Skip to content

Commit ca5b819

Browse files
committed
Fix windows build for high-precision
1 parent be0dbb2 commit ca5b819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustflags = [
1818
]
1919

2020
[target.x86_64-pc-windows-msvc]
21-
linker = "clang-cl"
21+
linker = "lld-link"
2222
rustflags = [
2323
"-C", "target-feature=+crt-static",
2424
]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
uses: ./.github/actions/common-setup
303303
with:
304304
python-version: ${{ matrix.python-version }}
305-
free-disk-space: "true"
305+
free-disk-space: "false"
306306

307307
- name: Use clang-cl
308308
run: |

0 commit comments

Comments
 (0)