File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,14 @@ jobs:
159
159
os : windows-latest
160
160
rust : nightly-msvc
161
161
other : i686-pc-windows-msvc
162
+ - name : Windows aarch64 MSVC stable
163
+ os : windows-11-arm
164
+ rust : stable-msvc
165
+ other : i686-pc-windows-msvc
166
+ - name : Windows aarch64 MSVC nightly
167
+ os : windows-11-arm
168
+ rust : nightly-msvc
169
+ other : i686-pc-windows-msvc
162
170
- name : Windows x86_64 gnu nightly # runs out of space while trying to link the test suite
163
171
os : windows-latest
164
172
rust : nightly-gnu
@@ -187,6 +195,10 @@ jobs:
187
195
shell : pwsh
188
196
run : Add-Content $env:GITHUB_PATH "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64"
189
197
if : matrix.os == 'windows-latest'
198
+ - name : Add Windows debuggers bin to PATH
199
+ shell : pwsh
200
+ run : Add-Content $env:GITHUB_PATH "C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64"
201
+ if : matrix.os == 'windows-11-arm'
190
202
- name : Configure extra test environment
191
203
run : echo CARGO_CONTAINER_TESTS=1 >> $GITHUB_ENV
192
204
if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments