cache toolchain

This commit is contained in:
GroovieGermanikus 2024-02-26 14:13:00 +01:00
parent d114ab7bfc
commit e20451736f
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
# The toolchain action should definitely be run before the cache action
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: true
- name: Rust Check
run: |