mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
run rustup default stable
This commit is contained in:
parent
371cc9a7cd
commit
03d474c6d9
9
.github/workflows/verify.yml
vendored
9
.github/workflows/verify.yml
vendored
@ -27,14 +27,7 @@ jobs:
|
||||
container: sfja/h5-mst-ci:1.3
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: cache crates
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- run: rustup default stable
|
||||
- name: check
|
||||
working-directory: ./unnamed-game-engine
|
||||
run: cargo check
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user