Skip to content

Commit 310e783

Browse files
authored
Remove openssl cache (#101)
1 parent 19b1125 commit 310e783

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ jobs:
6060
rustup target install aarch64-apple-darwin
6161
rustup target install x86_64-apple-darwin
6262
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-
7063
- name: Build arm64 release binary
7164
run: |
7265
source $HOME/.cargo/env

0 commit comments

Comments
 (0)