mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Use pip
This commit is contained in:
parent
74da78acee
commit
a4be6bab4e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
submodules: true
|
||||
fetch-depth: 1
|
||||
- name: Install python modules
|
||||
run: pip3 install awscli boto3 PyGithub
|
||||
run: pip install awscli boto3 PyGithub
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
|
|
Loading…
Reference in a new issue