8181 with :
8282 shared-key : rust-${{ runner.os }}
8383 key : workspace-${{ hashFiles('Cargo.toml', 'Cargo.lock', 'build.rs', 'rust-toolchain.toml', 'src/**', 'crates/**', 'xtask/**') }}
84- cache-workspace-crates : true
8584 cache-on-failure : true
8685 - name : Format Check
8786 run : cargo fmt --all -- --check
@@ -101,8 +100,6 @@ jobs:
101100 - uses : actions/checkout@v4
102101 - name : Install Rust
103102 uses : ./.github/actions/setup-rust
104- with :
105- components : rustfmt
106103 - name : Setup sccache
107104 uses : ./.github/actions/setup-sccache
108105 with :
@@ -113,7 +110,6 @@ jobs:
113110 with :
114111 shared-key : rust-${{ runner.os }}
115112 key : workspace-${{ hashFiles('Cargo.toml', 'Cargo.lock', 'build.rs', 'rust-toolchain.toml', 'src/**', 'crates/**', 'xtask/**') }}
116- cache-workspace-crates : true
117113 cache-on-failure : true
118114 - name : Test
119115 run : cargo test --workspace
@@ -165,8 +161,6 @@ jobs:
165161 - name : Install Rust
166162 if : steps.playground-wasm-cache.outputs.cache-hit != 'true'
167163 uses : ./.github/actions/setup-rust
168- with :
169- components : rustfmt
170164 - name : Setup sccache
171165 if : steps.playground-wasm-cache.outputs.cache-hit != 'true'
172166 uses : ./.github/actions/setup-sccache
@@ -179,7 +173,6 @@ jobs:
179173 with :
180174 shared-key : vscode-web-wasm-${{ runner.os }}-${{ env.EMSDK_VERSION }}
181175 key : wasm-src-${{ hashFiles('Cargo.toml', 'Cargo.lock', 'build.rs', 'rust-toolchain.toml', 'src/**', 'crates/**', 'playground/scripts/build-vide-wasm.mjs', 'playground/scripts/script-utils.mjs', '.github/actions/setup-emscripten/**', '.github/actions/setup-rust/**') }}
182- cache-workspace-crates : true
183176 cache-on-failure : true
184177 - name : Install Emscripten SDK
185178 if : steps.playground-wasm-cache.outputs.cache-hit != 'true'
0 commit comments