run rustup default stable

This commit is contained in:
sfja 2026-03-23 23:46:34 +01:00
parent 371cc9a7cd
commit 03d474c6d9

View File

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