Update release.yml

This commit is contained in:
Dongdong Zhou 2021-10-06 13:09:12 +01:00
parent b2ede49356
commit 944c40602f
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install ARM target
run: rustup update && rustup target add aarch64-apple-darwin
- name: Install OpenSSL
run: brew install openssl@1.1
# - name: Test
# run: cargo test --release
# - name: Test ARM