diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 91c3d84..8cb3d9e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 @@ -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