Skip to content

Commit

Permalink
build: update gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Mar 11, 2024
1 parent ef0879d commit 3a1f6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
source /opt/rh/llvm-toolset-7/enable
# Update gcc to 13
yum groupinstall "Development Tools"
yum groupinstall -y "Development Tools"
gcc --version
- name: Build wheels (aarch64)
Expand Down

0 comments on commit 3a1f6ae

Please sign in to comment.