⚗️ try official GCC containers
This commit is contained in:
parent
4e51a8fdae
commit
e93384119b
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- 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
|
||||
run: cmake -S . -B build -DJSON_CI=On
|
||||
- name: Build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user