-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
This is most likely not a bug in j4rs, however I'm wondering what can be done to solve this.
Using the default actions-rust-lang/setup-rust-toolchain@v1 github action provides a caching layer which significantly improves the speed of subsequent Github Action runs. This caching is enabled by default
It seems that the jassets folder is not included in this cache. However, this does not trigger a rebuild of the crate. Therefor I'm seeing this error on subsequent runs of CI:
called `Result::unwrap()` on an `Err` value: GeneralError("Can not find jassets directory")
There are 2 approaches here:
- Force a rebuild of
j4rsif thejassetsfolder is not found - Manually include the
jassetsfolder in caching.
This has been a pain to debug, so at least this issue will help someone else trying to figure out why their CI is failing. But only after the 2nd run.
Metadata
Metadata
Assignees
Labels
No labels