fix dependency rules
This commit is contained in:
parent
8b7f82d1c0
commit
9beaa2ed58
|
@ -196,7 +196,7 @@ jobs:
|
||||||
# cmd "${{ matrix.config.environment_script }}"
|
# cmd "${{ matrix.config.environment_script }}"
|
||||||
|
|
||||||
- name: Install dependencies on ubuntu
|
- name: Install dependencies on ubuntu
|
||||||
if: startsWith(matrix.config.name, 'Ubuntu_Latest_GCC')
|
if: startsWith(matrix.config.name, 'Ubuntu Latest GCC')
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install ninja-build cmake
|
sudo apt-get install ninja-build cmake
|
||||||
|
@ -204,7 +204,7 @@ jobs:
|
||||||
cmake --version
|
cmake --version
|
||||||
gcc --version
|
gcc --version
|
||||||
- name: Install dependencies on ubuntu9
|
- name: Install dependencies on ubuntu9
|
||||||
if: startsWith(matrix.config.name, 'Ubuntu_GCC_9')
|
if: startsWith(matrix.config.name, 'Ubuntu GCC 9')
|
||||||
run: |
|
run: |
|
||||||
echo Update gcc-9 =======================================================================
|
echo Update gcc-9 =======================================================================
|
||||||
echo gcc version before
|
echo gcc version before
|
||||||
|
|
Loading…
Reference in New Issue