Skip to content

Commit

Permalink
add target in upload-release
Browse files Browse the repository at this point in the history
  • Loading branch information
usamoi committed Dec 22, 2024
1 parent 4141830 commit d4bfc4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
rustup target add ${{ matrix.target }}
cargo build -p cargo-pgrx --bin cargo-pgrx --features cargo-edit/vendored-openssl --target ${{ matrix.target }} --release
mkdir -p build
Expand Down

0 comments on commit d4bfc4b

Please sign in to comment.