Skip to content

Commit 01f310a

Browse files
committed
Try to fix playwright by removing extra Rust cache
Otherwise, all dependencies seem to be missing: ``` Compiling gitbutler-oxidize v0.0.0 (/home/runner/work/gitbutler/gitbutler/crates/gitbutler-oxidize) Compiling gitbutler-fs v0.0.0 (/home/runner/work/gitbutler/gitbutler/crates/gitbutler-fs) Compiling gitbutler-id v0.0.0 (/home/runner/work/gitbutler/gitbutler/crates/gitbutler-id) Compiling gitbutler-tagged-string v0.0.0 (/home/runner/work/gitbutler/gitbutler/crates/gitbutler-tagged-string) error[E0463]: can't find crate for `gix` --> crates/gitbutler-oxidize/src/lib.rs:4:5 | 4 | use gix::bstr::ByteSlice; | ^^^ can't find crate error[E0463]: can't find crate for `gix` --> crates/gitbutler-fs/src/lib.rs:9:5 ```
1 parent 9060500 commit 01f310a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test-e2e-playwright.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@ jobs:
5454
- name: Setup rust-toolchain stable
5555
id: rust-toolchain
5656
uses: dtolnay/rust-toolchain@stable
57-
- uses: actions/cache@v4
58-
with:
59-
path: |
60-
~/.cargo/bin/
61-
~/.cargo/registry/index/
62-
~/.cargo/registry/cache/
63-
~/.cargo/git/db/
64-
target/
65-
key: cargo-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('**/Cargo.lock') }}
66-
restore-keys: cargo-
6757
- name: Setup node environment
6858
uses: ./.github/actions/init-env-node
6959
- id: get_playwright_version

0 commit comments

Comments
 (0)