Skip to content

Commit d81dc17

Browse files
Wip: build pipeline
1 parent fd2a193 commit d81dc17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: |
4545
brew update
4646
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"
4749
4850
- name: Run build
4951
run: cargo build --release --locked --target ${{ matrix.target }}

0 commit comments

Comments
 (0)