[ci] hotfix

This commit is contained in:
tangxifan 2022-11-04 14:18:30 -07:00
parent 49fccc530f
commit 36b42a50ec
3 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@ jobs:
submodules: true
- name: Install dependencies
run: bash ./.github/workflows/install_dependencies_build.sh
run: sudo bash ./.github/workflows/install_dependencies_build.sh
- name: Dump tool versions
run: |
@ -200,7 +200,7 @@ jobs:
submodules: true
- name: Install dependencies
run: bash ./.github/workflows/install_dependencies_build.sh
run: sudo bash ./.github/workflows/install_dependencies_build.sh
- name: Dump tool versions
run: |

View File

@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: |
bash .github/workflows/install_dependencies_run.sh
sudo 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: bash ./.github/workflows/install_dependencies_build.sh
run: sudo bash ./.github/workflows/install_dependencies_build.sh
- name: Dump tool versions
run: |