Created
November 22, 2024 08:25
-
-
Save krzema12/7f8d08215428b1f5318eaabaee1c7b83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uses: actions/cache@v4 | |
with: | |
path: | | |
build | |
.cache | |
key: build-cache-dirs | |
enableCrossOsArchive: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment