Skip to content

Commit

Permalink
don't cache bevy build
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 16, 2023
1 parent 8aba9d0 commit 740a100
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,13 @@ jobs:
steps:
- uses: actions/checkout@master

- name: "Clone Bevy"
run: >
cd generate-wasm-examples &&
./clone_bevy.sh
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
generate-wasm-examples/bevy/target/
content/examples/**/*.wasm
key: ${{ runner.os }}-generate-wasm-examples-${{ hashFiles('generate-wasm-examples/bevy/Cargo.toml') }}

- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 740a100

Please sign in to comment.