From e3cab7f10fcf74fbdfb6c50cbc69b730c4d0f290 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 29 Jun 2022 12:40:04 +0100 Subject: [PATCH] CI: fix path to gcc toolset --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 264957b1..754921fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: run: | curl -sL https://rpm.nodesource.com/setup_${{ matrix.nodejs_version }}.x | bash - dnf install -y gcc-toolset-11-gcc-c++ make git python3 nodejs - echo "/opt/rh/devtoolset-11/root/usr/bin" >> $GITHUB_PATH + echo "/opt/rh/gcc-toolset-11/root/usr/bin" >> $GITHUB_PATH - name: Dependencies (Linux musl) if: contains(matrix.container, 'alpine') run: apk add build-base git python3 --update-cache