ci: pin toolchain used for aarch64-pc-windows-msvc
This commit is contained in:
parent
699243c0ab
commit
372315022d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
- name: Install nightly Rust
|
||||
uses: actions-rs/toolchain@v1.0.6
|
||||
with:
|
||||
toolchain: nightly
|
||||
toolchain: nightly-2024-01-15 # pinned because it seems like there's a segfault on nightly
|
||||
override: true
|
||||
target: aarch64-pc-windows-msvc
|
||||
- name: Build dynamic library
|
||||
|
|
Loading…
Reference in a new issue