Skip to content

Commit 5a68b5e

Browse files
committed
Add aarch64-apple-darwin to download test
1 parent 53e680a commit 5a68b5e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/general.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- run: rustup target install x86_64-apple-darwin
3939
- run: rustup target install i686-pc-windows-msvc
4040
- run: rustup target install x86_64-pc-windows-msvc
41+
- run: rustup target install aarch64-apple-darwin
4142
# ******************************************************************
4243
- name: Download prebuilt archive (CPU, x86_64-unknown-linux-gnu)
4344
uses: actions-rs/cargo@v1
@@ -90,6 +91,14 @@ jobs:
9091
args: --target x86_64-pc-windows-msvc
9192
- name: Verify prebuilt archive downloaded (GPU, x86_64-pc-windows-msvc)
9293
run: ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x64-gpu-1.*.zip
94+
# ******************************************************************
95+
- name: Download prebuilt archive (CPU, aarch64-apple-darwin)
96+
uses: actions-rs/cargo@v1
97+
with:
98+
command: build
99+
args: --target aarch64-apple-darwin
100+
- name: Verify prebuilt archive downloaded (CPU, aarch64-apple-darwin)
101+
run: ls -lh target/aarch64-apple-darwin/debug/build/onnxruntime-sys-*/out/onnxruntime-osx-arm64-1.*.tgz
93102

94103
test:
95104
name: Test Suite

0 commit comments

Comments
 (0)