mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-27 04:50:59 +00:00
Fix typo in MVP Web CI
This commit is contained in:
parent
9d638e0a86
commit
625d769308
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -259,7 +259,7 @@ jobs:
|
|||||||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
run: rustup update nightly && rustup target add --toolchain stable wasm32v1-none
|
run: rustup update nightly && rustup target add --toolchain nightly wasm32v1-none
|
||||||
|
|
||||||
- name: No features
|
- name: No features
|
||||||
run: cargo +nightly build -Z avoid-dev-deps --target wasm32v1-none --no-default-features
|
run: cargo +nightly build -Z avoid-dev-deps --target wasm32v1-none --no-default-features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user