Skip to content

Commit

Permalink
ci: install pkg-config in bootstrap step
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 21, 2024
1 parent 3071c2d commit 2c7283d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
- target: x86_64-unknown-linux-gnu
runner: ubuntu-latest
archive: tar.gz
bootstrap: sudo apt-get update && sudo apt-get install -y libssl-dev
bootstrap: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config

- target: x86_64-apple-darwin
runner: macos-latest
archive: tar.gz
bootstrap: brew install openssl
bootstrap: brew install openssl pkg-config
- target: aarch64-apple-darwin
runner: macos-latest
archive: tar.gz
bootstrap: brew install openssl
bootstrap: brew install openssl pkg-config

- target: x86_64-pc-windows-msvc
runner: windows-latest
Expand Down

0 comments on commit 2c7283d

Please sign in to comment.