Skip to content

Commit 07530a0

Browse files
committed
fixup! .github/workflows/ci.yml: test ubuntu-asm and ios build.
1 parent 17d2a14 commit 07530a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

+15
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,21 @@ jobs:
189189
options: --volume ${{ github.workspace }}:/blst --network=none
190190
run: wine-arm64 cmd /c "cd \ && \blst\blst-arm-test.exe"
191191

192+
cargo-test-windows-on-arm:
193+
runs-on: ubuntu-24.04-arm
194+
needs: rust-n-go
195+
196+
steps:
197+
- uses: actions/download-artifact@v4
198+
with:
199+
name: blst-arm-test.exe
200+
201+
- name: wine-arm64
202+
shell: bash
203+
run: |
204+
sudo apt-get install -y wine
205+
wine blst-arm-test.exe
206+
192207
misc-ubuntu-latest:
193208
runs-on: ubuntu-latest
194209

0 commit comments

Comments
 (0)