We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb32880 commit fd2a193Copy full SHA for fd2a193
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
if: matrix.os == 'macOS-latest'
44
run: |
45
brew update
46
- brew install pkg-config make
+ brew install pkg-config make openssl
47
48
- name: Run build
49
run: cargo build --release --locked --target ${{ matrix.target }}
0 commit comments