Skip to content

Commit 5b80a47

Browse files
committed
install musl in upload-release
1 parent d4bfc4b commit 5b80a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/upload-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
GH_TOKEN: ${{ github.token }}
4545
shell: bash
4646
run: |
47+
if [ "${{ matrix.os }}" = "ubuntu-22.04" ]; then
48+
sudo apt install musl-tools
49+
fi
4750
rustup target add ${{ matrix.target }}
4851
cargo build -p cargo-pgrx --bin cargo-pgrx --features cargo-edit/vendored-openssl --target ${{ matrix.target }} --release
4952

0 commit comments

Comments
 (0)