mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 13:47:38 +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
|
container: sfja/h5-mst-ci:1.3
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: cache crates
|
- run: rustup default stable
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.cargo/registry
|
|
||||||
~/.cargo/git
|
|
||||||
target
|
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
|
||||||
- name: check
|
- name: check
|
||||||
working-directory: ./unnamed-game-engine
|
working-directory: ./unnamed-game-engine
|
||||||
run: cargo check
|
run: cargo check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user