We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b2a89 commit 0f9aa88Copy full SHA for 0f9aa88
.github/workflows/windows.yml
@@ -41,10 +41,10 @@ jobs:
41
with:
42
submodules: true
43
44
- - name: Setup
45
- run: |
46
- rustup toolchain install nightly-2024-05-18-aarch64-pc-windows-msvc
47
- rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-pc-windows-msvc
+ # - name: Setup
+ # run: |
+ # rustup toolchain install nightly-2024-05-18-aarch64-pc-windows-msvc
+ # rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-pc-windows-msvc
48
49
- name: Build binaries
50
run: bash tool/build_windows.sh aarch64
0 commit comments