Skip to content

Commit 933fd08

Browse files
committed
install pkg-config
1 parent 3e00e50 commit 933fd08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tembo_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: macos-latest
2222
- target: aarch64-apple-darwin
2323
asset_name: arm-apple
24-
os: macos-latest-large
24+
os: macos-latest
2525
- target: x86_64-unknown-linux-musl
2626
asset_name: x86_64-linux
2727
os: ubuntu-20.04
@@ -42,6 +42,8 @@ jobs:
4242
id: cargo_build
4343
run: |
4444
set -x
45+
apt update -y
46+
apt install pkg-config -y
4547
rustup target add ${{ matrix.target }}
4648
cargo build --release --target=${{ matrix.target }}
4749
TEMBO_VERSION=$(target/${{ matrix.target }}/release/tembo --version)

0 commit comments

Comments
 (0)