We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b8a6a commit 2ac1cdbCopy full SHA for 2ac1cdb
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions-rust-lang/setup-rust-toolchain@v1
38
with:
39
toolchain: stable
40
- targets: ${{ matrix.target }}
+ target: ${{ matrix.target }}
41
42
- name: Install musl tools
43
if: matrix.target == 'x86_64-unknown-linux-musl'
0 commit comments