Skip to content

Commit 1407e88

Browse files
committed
fixup! .github/workflows/ci.yml: test ubuntu-asm and ios build.
1 parent e8b3489 commit 1407e88

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

-16
Original file line numberDiff line numberDiff line change
@@ -191,22 +191,6 @@ jobs:
191191
options: --volume ${{ github.workspace }}:/blst --network=none
192192
run: wine-arm64 cmd /c "cd \ && \blst\blst-arm-test.exe"
193193

194-
cargo-test-windows-on-arm-2:
195-
runs-on: ubuntu-24.04-arm
196-
needs: rust-n-go
197-
198-
steps:
199-
- uses: actions/download-artifact@v4
200-
with:
201-
name: blst-arm-test.exe
202-
203-
- name: wine-arm64
204-
shell: bash
205-
run: |
206-
sudo apt-get update
207-
sudo apt-get install -y wine
208-
wine blst-arm-test.exe
209-
210194
misc-ubuntu-latest:
211195
runs-on: ubuntu-latest
212196

0 commit comments

Comments
 (0)