Skip to content

Commit fa9e96b

Browse files
authored
Merge pull request #114 from mkantor/install-target-for-release-build
Explicitly install support for target of release builds.
2 parents 9d24af6 + 12097bc commit fa9e96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
~/.cargo/git
6868
target/release
6969
key: release-${{ runner.os }}-${{ github.job }}-${{ secrets.CI_CACHE_VERSION }}
70+
- run: rustup target add ${{ matrix.target }}
7071
- run: cargo build --release --target ${{ matrix.target }}
7172
- name: package binary
7273
shell: bash

0 commit comments

Comments
 (0)