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.
2 parents 9d24af6 + 12097bc commit fa9e96bCopy full SHA for fa9e96b
.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