Skip to content

Commit

Permalink
Fixing 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 825d0fb commit b0be7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0be7ac

Please sign in to comment.