Skip to content

Commit 2ac1cdb

Browse files
committed
fix ci/cd
1 parent b2b8a6a commit 2ac1cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions-rust-lang/setup-rust-toolchain@v1
3838
with:
3939
toolchain: stable
40-
targets: ${{ matrix.target }}
40+
target: ${{ matrix.target }}
4141

4242
- name: Install musl tools
4343
if: matrix.target == 'x86_64-unknown-linux-musl'

0 commit comments

Comments
 (0)