[ci] hotfix
This commit is contained in:
parent
49fccc530f
commit
36b42a50ec
|
@ -119,7 +119,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bash ./.github/workflows/install_dependencies_build.sh
|
run: sudo bash ./.github/workflows/install_dependencies_build.sh
|
||||||
|
|
||||||
- name: Dump tool versions
|
- name: Dump tool versions
|
||||||
run: |
|
run: |
|
||||||
|
@ -200,7 +200,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bash ./.github/workflows/install_dependencies_build.sh
|
run: sudo bash ./.github/workflows/install_dependencies_build.sh
|
||||||
|
|
||||||
- name: Dump tool versions
|
- name: Dump tool versions
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
bash .github/workflows/install_dependencies_run.sh
|
sudo bash .github/workflows/install_dependencies_run.sh
|
||||||
|
|
||||||
- name: Dump tool versions
|
- name: Dump tool versions
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bash ./.github/workflows/install_dependencies_build.sh
|
run: sudo bash ./.github/workflows/install_dependencies_build.sh
|
||||||
|
|
||||||
- name: Dump tool versions
|
- name: Dump tool versions
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue