Skip to content

Commit

Permalink
Explicitly install support for target of release builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkantor committed Jul 12, 2024
1 parent 9d24af6 commit 12097bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
~/.cargo/git
target/release
key: release-${{ runner.os }}-${{ github.job }}-${{ secrets.CI_CACHE_VERSION }}
- run: rustup target add ${{ matrix.target }}
- run: cargo build --release --target ${{ matrix.target }}
- name: package binary
shell: bash
Expand Down

0 comments on commit 12097bc

Please sign in to comment.