Skip to content

Commit d3b2a89

Browse files
committed
Test installing rustup
1 parent 8d3d971 commit d3b2a89

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,13 @@ jobs:
3838
echo "C:\Program Files\Git\cmd" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
3939
4040
- uses: actions/checkout@v3
41+
with:
42+
submodules: true
4143

42-
- name: Checkout submodules
44+
- name: Setup
4345
run: |
44-
git submodule update --init --recursive
45-
46-
- name: Install Rust Nightly
47-
uses: dtolnay/rust-toolchain@stable
48-
with:
49-
toolchain: nightly-2024-05-18
50-
components: rust-src
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
5148
5249
- name: Build binaries
5350
run: bash tool/build_windows.sh aarch64

0 commit comments

Comments
 (0)