mirror of
https://github.com/danbulant/lucide
synced 2026-06-21 15:51:46 +00:00
ci: change rust toolchain to nightly (#75)
This commit is contained in:
parent
66a1aa3b27
commit
2f6b686044
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- name: Set up Rust toolchain
|
||||
run: |
|
||||
rustup toolchain install stable --no-self-update --profile default
|
||||
rustup toolchain install nightly --no-self-update --profile default
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
- name: Set up Rust cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue