Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 77ce35f

Browse files
committed
ci: ensure lockfile is up-to-date
1 parent b497234 commit 77ce35f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/push.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
run: |
5151
rustup default stable
5252
rustup update
53+
- name: Fetch root dependencies
54+
run: cargo fetch --locked
55+
- name: Fetch shader-crate-template dependencies
56+
run: |
57+
cd ./crates/shader-crate-template
58+
cargo fetch --locked
5359
- run: cargo test
5460
- name: Run a full build
5561
run: cargo xtask test-build --rust-gpu-version ${{ matrix.rust-gpu-version }}

0 commit comments

Comments
 (0)