⚗️ try official GCC containers

This commit is contained in:
Niels Lohmann 2022-08-14 14:24:30 +02:00
parent fd69b3169a
commit 6fb998bb29
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -101,9 +101,9 @@ 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 ; cd ..
run: mkdir build ; cd build ; cmake .. -DJSON_CI=On
- name: Build
run: cd build ; cmake --target ci_test_compiler_default
run: cd build ; cmake --build . --target ci_test_compiler_default
# ci_test_compilers:
# runs-on: ubuntu-latest