Skip to content

Commit

Permalink
win: print link-args
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 21, 2023
1 parent d5cb491 commit 73d7412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
toolchain: stable
- run: make loadable static target=x86_64-pc-windows-gnu
env:
RUSTFLAGS: "--print=native-static-libs"
RUSTFLAGS: "--print=native-static-libs,link-args"
- run: ls dist/debug
- run: ls target/debug
- name: Upload artifacts
Expand Down

0 comments on commit 73d7412

Please sign in to comment.