We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d24af6 commit 12097bcCopy full SHA for 12097bc
.github/workflows/release.yml
@@ -67,6 +67,7 @@ jobs:
67
~/.cargo/git
68
target/release
69
key: release-${{ runner.os }}-${{ github.job }}-${{ secrets.CI_CACHE_VERSION }}
70
+ - run: rustup target add ${{ matrix.target }}
71
- run: cargo build --release --target ${{ matrix.target }}
72
- name: package binary
73
shell: bash
0 commit comments