Skip to content

Commit

Permalink
Merge pull request #38 from tomsjansons/fix-use-gcc
Browse files Browse the repository at this point in the history
fix: use gcc
  • Loading branch information
tomsjansons authored Jan 8, 2025
2 parents 230ef86 + 8af727e commit 01824da
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
target: x86_64-unknown-linux-gnu
name: linux-amd64
- os: windows-latest
target: x86_64-pc-windows-msvc
target: x86_64-pc-windows-gcc
name: windows-amd64
# - os: windows-latest
# target: aarch64-pc-windows-msvc
# target: aarch64-pc-windows-gcc
# name: windows-arm64
- os: macos-latest
target: x86_64-apple-darwin
Expand All @@ -90,6 +90,12 @@ jobs:
with:
targets: ${{ matrix.target }}

- name: Install MinGW-w64 (Windows)
if: matrix.os == 'windows-latest'
uses: egor-tensin/setup-mingw@v2
with:
platform: x64

- name: Cache cargo and build files
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 01824da

Please sign in to comment.