We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b1125 commit 310e783Copy full SHA for 310e783
1 file changed
.github/workflows/release.yml
@@ -60,13 +60,6 @@ jobs:
60
rustup target install aarch64-apple-darwin
61
rustup target install x86_64-apple-darwin
62
63
- - name: Cache OpenSSL
64
- uses: actions/cache@v2
65
- with:
66
- path: |
67
- ${{ env.OPENSSL_VER }}-install
68
- key: ${{ env.OPENSSL_VER }}-darwin-arm64-static
69
-
70
- name: Build arm64 release binary
71
run: |
72
source $HOME/.cargo/env
0 commit comments