From 94f31f7ec4f560244bd3187950240849d07b04f3 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 20 Aug 2022 17:38:17 +0200 Subject: [PATCH] :wrench: clean up --- .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 bc42e31bb..ca42d8c3b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: ['4.8', '4' '5', '6', '7', '8', '9', '10', '11', '12', 'latest'] + compiler: ['4.8', '4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest'] container: gcc:${{ matrix.compiler }} steps: - uses: actions/checkout@v3