File tree 1 file changed +14
-8
lines changed
1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -175,21 +175,27 @@ jobs:
175
175
if-no-files-found : ignore
176
176
177
177
cargo-test-windows-on-arm :
178
- runs-on : ubuntu-latest
178
+ runs-on : windows-11-arm
179
179
needs : rust-n-go
180
180
181
181
steps :
182
182
- uses : actions/download-artifact@v4
183
183
with :
184
184
name : blst-arm-test.exe
185
185
186
- - name : wine-arm64
187
- uses : addnab/docker-run-action@v3
188
- with :
189
- registry : https://index.docker.io/v1/
190
- image : linaro/wine-arm64
191
- options : --volume ${{ github.workspace }}:/blst --network=none
192
- run : wine-arm64 cmd /c "cd \ && \blst\blst-arm-test.exe"
186
+ - name : Environment
187
+ shell : bash
188
+ run : |
189
+ which cargo && cargo version || true
190
+ which go && go version || true
191
+ which gcc && gcc --version || true
192
+ which clang && clang --version || true
193
+ uname -a && echo ---
194
+ env | sort
195
+
196
+ - name : Test
197
+ shell : bash
198
+ run : ./blst-arm-test.exe
193
199
194
200
misc-ubuntu-latest :
195
201
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments