Commit 01f310a
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
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 57 | | |
68 | 58 | | |
69 | 59 | | |
| |||
0 commit comments