Skip to content

Commit 134525e

Browse files
leonard84Vampire
andauthored
Update .github/workflows/README.adoc
Co-authored-by: Björn Kautler <Bjoern@Kautler.net>
1 parent 7b0e149 commit 134525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ you either need to also change the importing file, or to properly execute the sc
9090
you need to delete the stale entry from the compilation cache which can be found here:
9191

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

9696
Alternatively, you can also delete the whole cache directory.

0 commit comments

Comments
 (0)