Skip to content

Commit 23fe252

Browse files
authored
fix: ensure musl target is installed (#2839)
1 parent 9319b07 commit 23fe252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: dtolnay/rust-toolchain@stable
5050
with:
5151
toolchain: ${{ matrix.rustup_toolchain }}
52+
targets: ${{ matrix.target }}
5253

5354
- name: Install Zig and cargo-zigbuild
5455
run: |

0 commit comments

Comments
 (0)