chore: fix ios CI, add x86_64 noasm prover

This commit is contained in:
Ya-wen, Jeng 2025-01-31 21:15:14 +08:00
parent 8c669faf57
commit f70eac078a
6 changed files with 0 additions and 6 deletions

View File

@ -46,12 +46,6 @@ jobs:
with:
toolchain: "1.81.0"
targets: ${{ matrix.target }}
- name: Install Dependencies
run: |
if [[ "${{ matrix.target }}" == "aarch64-apple-ios-sim" || "${{ matrix.target }}" == "x86_64-apple-ios" ]]; then
rustup target add ${{ matrix.target }}
sudo apt update && sudo apt install -y libclang-dev
fi
- name: Build
run: cargo build --target ${{ matrix.target }}
test-linux:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.