⚗️ try official GCC containers
This commit is contained in:
parent
6477161127
commit
fd69b3169a
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
- name: Install CMake
|
||||
run: apt-get update ; apt-get install -y cmake
|
||||
- name: Run CMake
|
||||
run: mkdir build ; cd build ; cmake .. -DJSON_CI=On
|
||||
run: mkdir build ; cd build ; cmake .. -DJSON_CI=On ; cd ..
|
||||
- name: Build
|
||||
run: cd build ; cmake --target ci_test_compiler_default
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user