mirror of
https://github.com/danbulant/lucide
synced 2026-07-06 19:50:47 +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 * * *'
|
- cron: '00 16 * * *'
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check for upstream releases
|
name: Check for upstream releases
|
||||||
|
|
@ -16,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Rust toolchain
|
- name: Set up Rust toolchain
|
||||||
run: |
|
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
|
rustup target add wasm32-unknown-unknown
|
||||||
|
|
||||||
- name: Set up Rust cache
|
- name: Set up Rust cache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue