We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9319b07 commit 23fe252Copy full SHA for 23fe252
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
uses: dtolnay/rust-toolchain@stable
50
with:
51
toolchain: ${{ matrix.rustup_toolchain }}
52
+ targets: ${{ matrix.target }}
53
54
- name: Install Zig and cargo-zigbuild
55
run: |
0 commit comments