Skip to content

Commit

Permalink
Use aarch64-apple-ios for anaconda on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Apr 17, 2024
1 parent e7c70c9 commit fea7ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- build: anaconda macos
os: macos-latest
rust: stable
target: x86_64-apple-darwin
target: aarch64-apple-ios
- build: aarch64-ios
os: macos-latest
rust: stable
Expand Down Expand Up @@ -73,6 +73,7 @@ jobs:
shell: bash
- run: rustup target add ${{ matrix.target }}
- run: cargo build -vv
if: ${{ ! startsWith(matrix.build, 'anaconda') }}
- run: cargo test
if: ${{ ! startsWith(matrix.build, 'anaconda') }}
- run: cargo run --example a_simple_example
Expand All @@ -87,5 +88,4 @@ jobs:
if: startsWith(matrix.build, 'anaconda macos')
run: |
source $($CONDA/bin/conda info --base)/bin/activate
export DYLD_LIBRARY_PATH=$CONDA_PREFIX/lib
cargo run --example a_simple_example
cargo run --example a_simple_example -vv

0 comments on commit fea7ead

Please sign in to comment.