mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
ubuntu github actions: use pip3 instead of python 2.7 version of pip
This commit is contained in:
parent
1dd843c916
commit
3a4b312b53
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_build.yml
vendored
4
.github/workflows/pr_build.yml
vendored
|
@ -127,10 +127,10 @@ jobs:
|
|||
- name: Update apt repository index
|
||||
run: sudo apt update
|
||||
- name: Install apt packages
|
||||
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0
|
||||
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0 python3-setuptools
|
||||
- name: Install python modules
|
||||
shell: bash
|
||||
run: pip install boto3 distro PyGithub
|
||||
run: pip3 install boto3 distro PyGithub
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
- name: Configure CMake
|
||||
|
|
Loading…
Reference in a new issue