Skip to content

Commit

Permalink
use older gcc version to improve compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing authored Oct 7, 2024
1 parent 8bd521f commit cdd24b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 10
version: 4.8
platform: x64
- name: Pre-Install dependencies
run: |
Expand Down

0 comments on commit cdd24b6

Please sign in to comment.