mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
ci: change rust toolchain profile to default (#74)
This commit is contained in:
parent
693caab503
commit
66a1aa3b27
1 changed files with 4 additions and 1 deletions
5
.github/workflows/upstream.yml
vendored
5
.github/workflows/upstream.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
- cron: '00 16 * * *'
|
||||
workflow_dispatch: {}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check for upstream releases
|
||||
|
|
@ -16,7 +19,7 @@ jobs:
|
|||
|
||||
- name: Set up Rust toolchain
|
||||
run: |
|
||||
rustup toolchain install stable --no-self-update --profile minimal
|
||||
rustup toolchain install stable --no-self-update --profile default
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
- name: Set up Rust cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue