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