Skip to content

Commit 69fd4c9

Browse files
committed
install rustup
1 parent b565efc commit 69fd4c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
msystem: UCRT64
159159
update: true
160-
install: diffutils m4 make
160+
install: diffutils m4 make rustup
161161

162162
- name: Run on Windows
163163
if: matrix.os == 'windows-2025'

ci/setup-windows.sh

+6
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22

33
set -eux
44

5+
target="$1"
6+
57
m4 --help
68
make --help
9+
10+
rustup update nightly-x86_64-gnu
11+
rustup default nightly-x86_64-gnu
12+
rustup target add "$target"

0 commit comments

Comments
 (0)