Skip to content

Commit 2cfb17e

Browse files
authored
Bevy 0.18 (#26)
1 parent 3d37f08 commit 2cfb17e

File tree

5 files changed

+311
-261
lines changed

5 files changed

+311
-261
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
~/.cargo/registry/cache/
2424
~/.cargo/git/db/
2525
target/
26-
key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}
26+
key: ${{ runner.os }}-cargo-build-stable
2727

2828
- uses: actions-rs/toolchain@v1
2929
with:
@@ -53,7 +53,7 @@ jobs:
5353
~/.cargo/registry/cache/
5454
~/.cargo/git/db/
5555
target/
56-
key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}
56+
key: ${{ runner.os }}-cargo-build-stable
5757

5858
- uses: actions-rs/toolchain@v1
5959
with:

0 commit comments

Comments
 (0)