Skip to content

Commit 32d297a

Browse files
authored
ci: ensure lockfile is up-to-date (#78)
1 parent b497234 commit 32d297a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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)