Skip to content

Commit d4bfc4b

Browse files
committed
add target in upload-release
1 parent 4141830 commit d4bfc4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upload-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
GH_TOKEN: ${{ github.token }}
4545
shell: bash
4646
run: |
47+
rustup target add ${{ matrix.target }}
4748
cargo build -p cargo-pgrx --bin cargo-pgrx --features cargo-edit/vendored-openssl --target ${{ matrix.target }} --release
4849
4950
mkdir -p build

0 commit comments

Comments
 (0)