Skip to content

Commit 0f9aa88

Browse files
committed
Test building windows arm
1 parent d3b2a89 commit 0f9aa88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
with:
4242
submodules: true
4343

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
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
4848

4949
- name: Build binaries
5050
run: bash tool/build_windows.sh aarch64

0 commit comments

Comments
 (0)