Skip to content

Commit cdb1685

Browse files
committed
install openssl for macos-amd64 runner
1 parent e083824 commit cdb1685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
toolchain: 1.87
3434
targets: "${{ matrix.target }}"
3535

36+
- name: Install OpenSSL
37+
if: matrix.runner == 'macos-amd64'
38+
run: brew install openssl@3
39+
3640
- name: Setup Cache
3741
uses: Swatinem/rust-cache@v2
3842

0 commit comments

Comments
 (0)