mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Use Python 3.9 on linux workflows
It looks like the dist-packages of python 3.8 on the runner has an older version of ssl package which is now causing nightly builds to fail.
This commit is contained in:
parent
918557ad6d
commit
49aa0b6e06
1 changed files with 4 additions and 0 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -61,6 +61,10 @@ jobs:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- name: Run sccache-cache
|
- name: Run sccache-cache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.3
|
uses: mozilla-actions/sccache-action@v0.0.3
|
||||||
|
- name: Select Python 3.9
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.9'
|
||||||
- name: Bootstrap Python
|
- name: Bootstrap Python
|
||||||
run: python3 -m pip install --upgrade pip virtualenv
|
run: python3 -m pip install --upgrade pip virtualenv
|
||||||
- name: Bootstrap dependencies
|
- name: Bootstrap dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue