mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 11:49:32 +00:00
fix: fix add target
This commit is contained in:
parent
19a2da20c9
commit
8c669faf57
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
targets: ${{ matrix.target }}
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
if [[ "${{ matrix.target }}" == "aarch64-apple-ios" || "${{ matrix.target }}" == "aarch64-apple-ios-sim" ]]; then
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user