Skip to content

Commit

Permalink
Update .github/workflows/README.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Kautler <[email protected]>
  • Loading branch information
leonard84 and Vampire authored Dec 29, 2024
1 parent 7b0e149 commit 134525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ you either need to also change the importing file, or to properly execute the sc
you need to delete the stale entry from the compilation cache which can be found here:

- On Windows the default location is at `%LOCALAPPDATA%\main.kts.compiled.cache\`.
- On Linux the default location is at `~/.cache/main.kts.compiled.cache/`.
- On Linux the default location is at `$XDG_CACHE_HOME/main.kts.compiled.cache/` or `~/.cache/main.kts.compiled.cache/`.
- On macOS the default location is at `~/Library/Caches/main.kts.compiled.cache/`.

Alternatively, you can also delete the whole cache directory.
Expand Down

0 comments on commit 134525e

Please sign in to comment.