mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-09 16:08:06 +01:00
ci: install pkg-config in bootstrap step
This commit is contained in:
parent
3071c2d2d5
commit
2c7283d23f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue