mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 05:08:04 +00:00
Cache update and fix typo
This commit is contained in:
parent
e5e39d12e9
commit
2def72dc62
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
uses: actions/cache@v4.0.2
|
||||
with:
|
||||
# A list of files, directories, and wildcard patterns to cache and restore
|
||||
path: "/home/runner/work/clay/clay/build/_deps/raylib-subbuild"
|
||||
path: "/home/runner/work/clay/clay/build/_deps"
|
||||
# An explicit key for restoring and saving the cache
|
||||
key: "_deps"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user