From 0ba2417d3518e687915a6f0c2136621b6403a38d Mon Sep 17 00:00:00 2001 From: "Lars T. Kyllingstad" Date: Tue, 31 Oct 2023 10:36:33 +0100 Subject: [PATCH] Actually install the intended GCC version --- .github/workflows/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index c078e9e..7aa6b42 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install compiler - run: sudo apt-get install -y --no-install-recommends g++-8 + run: sudo apt-get install -y --no-install-recommends g++-${{ matrix.compiler_version }} - name: Install Conan uses: turtlebrowser/get-conan@main - name: Configure Conan