[ci] hotfix

This commit is contained in:
tangxifan 2022-11-04 14:13:04 -07:00
parent 04e1ef56b3
commit 9571eeb4b4
2 changed files with 2 additions and 2 deletions

View File

@ -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: |

View File

@ -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: |