Skip to content

Commit b7ca950

Browse files
committed
fix: windows linker error
1 parent ea6d002 commit b7ca950

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
os: macos-latest
3535
- target: x86_64-pc-windows-msvc
3636
os: windows-latest
37+
rust_flags: "-C link-args=/PDBPAGESIZE:16384"
3738
runs-on: ${{ matrix.os }}
3839
steps:
3940
- uses: actions/checkout@v3
@@ -57,3 +58,5 @@ jobs:
5758
target: ${{ matrix.target }}
5859
# (required) GitHub token for uploading assets to GitHub Releases.
5960
token: ${{ secrets.GITHUB_TOKEN }}
61+
env:
62+
RUSTFLAGS: ${{ matrix.rust_flags }}

0 commit comments

Comments
 (0)