Skip to content

Commit

Permalink
Merge pull request #114 from mkantor/install-target-for-release-build
Browse files Browse the repository at this point in the history
Explicitly install support for target of release builds.
  • Loading branch information
mkantor authored Jul 12, 2024
2 parents 9d24af6 + 12097bc commit fa9e96b
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 fa9e96b

Please sign in to comment.