Skip to content

Commit

Permalink
Adding command to update gcc that is present in pywincalc actions to …
Browse files Browse the repository at this point in the history
…attempt to get build behavior to match.
  • Loading branch information
StephenCzarnecki committed Oct 28, 2024
1 parent 0def8e7 commit 825d0fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
uses: docker/setup-qemu-action@v2
with:
platforms: all

- name: Upgrade gcc
run: yum install -y gcc gcc-c++

- 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.
Expand Down

0 comments on commit 825d0fb

Please sign in to comment.