diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b12f5cb25..cfb9f3cc3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -105,3 +105,14 @@ jobs: run: cmake -S . -B build -DJSON_CI=On - name: build run: cmake --build build --target ci_clang_analyze + + ci_build_gcc: + runs-on: ubuntu-latest + container: + image: nlohmann/json-ci:latest + steps: + - uses: actions/checkout@v2 + - name: cmake + run: cmake -S . -B build -DJSON_CI=On + - name: build + run: cmake --build build --target ci_test_gcc