ci: try to run without rust-toolchain.toml
This commit is contained in:
parent
c8ef081821
commit
aa6f1466d2
|
@ -318,7 +318,7 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@stable
|
||||
if: steps.should-skip.outputs.skip != 'true'
|
||||
with:
|
||||
components: llvm-tools-preview
|
||||
components: llvm-tools-preview,rust-src
|
||||
- name: Install cargo-llvm-cov
|
||||
if: steps.should-skip.outputs.skip != 'true'
|
||||
uses: taiki-e/install-action@cargo-llvm-cov
|
||||
|
@ -347,6 +347,7 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: wasm32-unknown-emscripten
|
||||
components: rust-src
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 14
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[toolchain]
|
||||
components = [ "rust-src" ]
|
Loading…
Reference in New Issue