We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2a193 commit d81dc17Copy full SHA for d81dc17
.github/workflows/build.yml
@@ -44,6 +44,8 @@ jobs:
44
run: |
45
brew update
46
brew install pkg-config make openssl
47
+ export PATH="/usr/local/opt/openssl/bin:$PATH"
48
+ export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
49
50
- name: Run build
51
run: cargo build --release --locked --target ${{ matrix.target }}
0 commit comments