We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9dc1d commit 0bf2dedCopy full SHA for 0bf2ded
.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
39
uses: dtolnay/rust-toolchain@stable
40
- name: Build
41
run: |
42
+ rustup target add ${{ matrix.target }}
43
cargo build --release --target ${{ matrix.target }} --target-dir target/${{ matrix.platform }}
44
45
0 commit comments