We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bfc4b commit 5b80a47Copy full SHA for 5b80a47
.github/workflows/upload-release.yml
@@ -44,6 +44,9 @@ jobs:
44
GH_TOKEN: ${{ github.token }}
45
shell: bash
46
run: |
47
+ if [ "${{ matrix.os }}" = "ubuntu-22.04" ]; then
48
+ sudo apt install musl-tools
49
+ fi
50
rustup target add ${{ matrix.target }}
51
cargo build -p cargo-pgrx --bin cargo-pgrx --features cargo-edit/vendored-openssl --target ${{ matrix.target }} --release
52
0 commit comments