mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Install setuptools.
This commit is contained in:
parent
08bc2d5357
commit
a98fe25daf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- name: Bootstrap
|
- name: Bootstrap
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip virtualenv
|
python3 -m pip install --upgrade pip virtualenv setuptools
|
||||||
sudo apt update
|
sudo apt update
|
||||||
python3 ./mach bootstrap
|
python3 ./mach bootstrap
|
||||||
- name: Release build
|
- name: Release build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue