File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
1919 matrix :
2020 include :
2121 - os : ubuntu-22.04
22- target : x86_64-unknown-linux-gnu
22+ target : x86_64-unknown-linux-musl
2323 pkg_fmt : .tar.gz
24- binary_ext : ' '
24+ binary_ext : " "
2525 - os : macos-13
2626 target : x86_64-apple-darwin
2727 pkg_fmt : .tar.gz
28- binary_ext : ' '
28+ binary_ext : " "
2929 - os : macos-14
3030 target : aarch64-apple-darwin
3131 pkg_fmt : .tar.gz
32- binary_ext : ' '
32+ binary_ext : " "
3333 - os : windows-2022
3434 target : x86_64-pc-windows-msvc
3535 pkg_fmt : .zip
4444 GH_TOKEN : ${{ github.token }}
4545 shell : bash
4646 run : |
47- cargo build -p cargo-pgrx --bin cargo-pgrx --target ${{ matrix.target }} --release
47+ cargo build -p cargo-pgrx --bin cargo-pgrx --features cargo-edit/vendored-openssl -- target ${{ matrix.target }} --release
4848
4949 mkdir -p build
5050 cp README.md ./build/
You can’t perform that action at this time.
0 commit comments