[ci] hotfix
This commit is contained in:
parent
04e1ef56b3
commit
9571eeb4b4
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo bash .github/workflows/install_dependencies_run.sh
|
||||
bash .github/workflows/install_dependencies_run.sh
|
||||
|
||||
- name: Dump tool versions
|
||||
run: |
|
||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: ./.github/workflows/install_dependencies_build.sh
|
||||
run: bash ./.github/workflows/install_dependencies_build.sh
|
||||
|
||||
- name: Dump tool versions
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue