From 740a100d90e1cfbaa8070a9cf986e6e3ca9830ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 16 Jul 2023 22:19:55 +0200 Subject: [PATCH] don't cache bevy build --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12a44e480a..3b8444b8f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,11 +77,6 @@ jobs: steps: - uses: actions/checkout@master - - name: "Clone Bevy" - run: > - cd generate-wasm-examples && - ./clone_bevy.sh - - uses: actions/cache@v3 with: path: | @@ -89,8 +84,6 @@ jobs: ~/.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