mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Workflow typo
This commit is contained in:
parent
20ce8affb9
commit
89fbfdf23c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master_build.yml
vendored
2
.github/workflows/master_build.yml
vendored
|
@ -189,7 +189,7 @@ jobs:
|
|||
- name: Install Python modules
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
shell: bash
|
||||
run:
|
||||
run: |
|
||||
if [ "`uname`" == Linux ]; then
|
||||
pip install boto3 PyGithub
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue