Skip to content

Commit

Permalink
Add aarch64-apple-darwin to download test
Browse files Browse the repository at this point in the history
  • Loading branch information
boydjohnson committed Jun 23, 2022
1 parent ac13400 commit d8da0c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- run: rustup target install x86_64-apple-darwin
- run: rustup target install i686-pc-windows-msvc
- run: rustup target install x86_64-pc-windows-msvc
- run: rustup target install aarch64-apple-darwin
# ******************************************************************
- name: Download prebuilt archive (CPU, x86_64-unknown-linux-gnu)
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -90,6 +91,14 @@ jobs:
args: --target x86_64-pc-windows-msvc
- name: Verify prebuilt archive downloaded (GPU, x86_64-pc-windows-msvc)
run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x64-gpu-1.*.zip
# ******************************************************************
- name: Download prebuilt archive (CPU, aarch64-apple-darwin)
uses: actions-rs/cargo@v1
with:
command: build
args: --target aarch64-apple-darwin
- name: Verify prebuilt archive downloaded (CPU, aarch64-apple-darwin)
run: ls -lh target/aarch64-apple-darwin/debug/build/onnxruntime-sys-*/out/onnxruntime-osx-arm64-1.*.tgz

test:
name: Test Suite
Expand Down

0 comments on commit d8da0c4

Please sign in to comment.