Skip to content

Instantly share code, notes, and snippets.

@krzema12
Created November 22, 2024 08:27
Show Gist options
  • Save krzema12/ac9ee5e39563a22e3028e1eab7de1cff to your computer and use it in GitHub Desktop.
Save krzema12/ac9ee5e39563a22e3028e1eab7de1cff to your computer and use it in GitHub Desktop.
uses(
action = "actions/cache@v4",
with = mapOf(
"path" to "build\n.cache",
"key" to "build-cache-dirs",
"enableCrossOsArchive" to "true",
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment