Skip to content

Commit

Permalink
win: rustup set default-host x86_64-pc-windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 21, 2023
1 parent 3b276b7 commit 59f528b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup set default-host x86_64-pc-windows-gnu
- run: make loadable static target=x86_64-pc-windows-gnu
env:
RUSTFLAGS: "--print=native-static-libs --print=link-args"
Expand Down

0 comments on commit 59f528b

Please sign in to comment.