ci: change rust toolchain profile to default (#74)

This commit is contained in:
Daniëlle Huisman 2025-05-16 23:52:53 +02:00 committed by GitHub
parent 693caab503
commit 66a1aa3b27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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