We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b565efc commit 69fd4c9Copy full SHA for 69fd4c9
.github/workflows/main.yaml
@@ -157,7 +157,7 @@ jobs:
157
with:
158
msystem: UCRT64
159
update: true
160
- install: diffutils m4 make
+ install: diffutils m4 make rustup
161
162
- name: Run on Windows
163
if: matrix.os == 'windows-2025'
ci/setup-windows.sh
@@ -2,5 +2,11 @@
2
3
set -eux
4
5
+target="$1"
6
+
7
m4 --help
8
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