From e93384119b1deeb1859139505a90076b6ec9a155 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 14 Aug 2022 14:08:43 +0200 Subject: [PATCH] :alembic: try official GCC containers --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9bec9ba27..4351f3748 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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