⚗️ try official GCC containers

This commit is contained in:
Niels Lohmann 2022-08-14 14:08:43 +02:00
parent 4e51a8fdae
commit e93384119b
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -99,7 +99,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install CMake - name: Install CMake
run: sudo apt-get update ; sudo apt-get install -y cmake run: apt-get update ; apt-get install -y cmake
- name: Run CMake - name: Run CMake
run: cmake -S . -B build -DJSON_CI=On run: cmake -S . -B build -DJSON_CI=On
- name: Build - name: Build