We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb1685 commit a8632c8Copy full SHA for a8632c8
.github/workflows/release-build.yml
@@ -34,7 +34,7 @@ jobs:
34
targets: "${{ matrix.target }}"
35
36
- name: Install OpenSSL
37
- if: matrix.runner == 'macos-amd64'
+ if: matrix.name == 'macos-amd64'
38
run: brew install openssl@3
39
40
- name: Setup Cache
0 commit comments