Skip to content

Commit 3d8da96

Browse files
committed
multi-target toolchain CI
1 parent a994584 commit 3d8da96

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,10 @@ jobs:
138138
uses: actions/checkout@v4
139139

140140
- name: Install rust stable
141-
uses: actions-rust-lang/setup-rust-toolchain@v1
141+
uses: dtolnay/rust-toolchain@stable
142142
with:
143143
toolchain: nightly
144-
target:
145-
- x86_64-unknown-linux-gnu
146-
- aarch64-apple-darwin
147-
- aarch64-apple-ios
148-
- x86_64-pc-windows-msvc
144+
targets: x86_64-unknown-linux-gnu, aarch64-apple-darwin, aarch64-apple-ios, x86_64-pc-windows-msvc
149145

150146
- name: docs bulid check
151147
run: bash build-xplat-docs.sh

0 commit comments

Comments
 (0)