[ci] hotfix
This commit is contained in:
parent
49fccc530f
commit
36b42a50ec
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue