Skip to content

Commit

Permalink
install musl in upload-release
Browse files Browse the repository at this point in the history
  • Loading branch information
usamoi committed Dec 22, 2024
1 parent d4bfc4b commit 5b80a47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
if [ "${{ matrix.os }}" = "ubuntu-22.04" ]; then
sudo apt install musl-tools
fi
rustup target add ${{ matrix.target }}
cargo build -p cargo-pgrx --bin cargo-pgrx --features cargo-edit/vendored-openssl --target ${{ matrix.target }} --release
Expand Down

0 comments on commit 5b80a47

Please sign in to comment.