mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 03:39:29 +00:00
chore: fix ios CI, add x86_64 noasm prover
This commit is contained in:
parent
8c669faf57
commit
f70eac078a
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@ -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.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user