Skip to content

Commit

Permalink
Update prebuild.yml to use gcc 11 (#507)
Browse files Browse the repository at this point in the history
Use gcc 11 as default gcc version to support more distributions, as gcc 12 is not shipped with most distros by default.
  • Loading branch information
paulrutter authored Nov 18, 2024
1 parent 0471b23 commit 16bae69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: latest
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 11
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 16bae69

Please sign in to comment.