Skip to content

Commit fd2a193

Browse files
Wip: build pipeline
1 parent cb32880 commit fd2a193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: matrix.os == 'macOS-latest'
4444
run: |
4545
brew update
46-
brew install pkg-config make
46+
brew install pkg-config make openssl
4747
4848
- name: Run build
4949
run: cargo build --release --locked --target ${{ matrix.target }}

0 commit comments

Comments
 (0)