From 49f1599107509ada3b19c6f0847e0e7a1a80181c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 25 Sep 2024 19:33:38 -0700 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19e32662..6d69b13f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: switch to gcc-14 on linux - if: matrix.configurations.os == "ubuntu-latest" run: | sudo apt install gcc-14 g++-14 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 --slave /usr/bin/g++ g++ /usr/bin/g++-14 --slave /usr/bin/gcov gcov /usr/bin/gcov-14