From b0be7ac3be06b4e402480a395fa9ca081f64be63 Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Mon, 28 Oct 2024 18:28:14 -0400 Subject: [PATCH] Fixing command to update gcc that is present in pywincalc actions to attempt to get build behavior to match. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bacb20b..d5d1b80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: platforms: all - name: Upgrade gcc - run: yum install -y gcc gcc-c++ + run: sudo apt-get install -y gcc g++ - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.