Skip to content

Commit e684f4e

Browse files
ci: fix rustup target (#149)
1 parent 8a1a38c commit e684f4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
x86_64-unknown-linux-musl,
9696
aarch64-apple-darwin,
9797
x86_64-apple-darwin,
98-
x86_64-pc-windows-msvc
98+
x86_64-pc-windows-msvc,
9999
]
100100
include:
101101
- target: aarch64-unknown-linux-gnu
@@ -123,8 +123,8 @@ jobs:
123123
- name: Set up Rust toolchain
124124
uses: actions-rust-lang/setup-rust-toolchain@v1
125125
with:
126-
components: clippy, llvm-tools-preview, rustfmt, rust-std-${{ matrix.target }}
127-
target: wasm32-unknown-unknown
126+
components: clippy, llvm-tools-preview, rustfmt, rust-std
127+
target: ${{ matrix.target }}
128128

129129
- name: Set up target (*-musl)
130130
if: ${{ endsWith(matrix.target, '-musl') }}

0 commit comments

Comments
 (0)