Skip to content

Commit 92626fa

Browse files
committed
fix: use absolute path in cache
1 parent e092f81 commit 92626fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forge-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Cache Foundry artifacts and Node.js dependencies. If a cache is found for the primary key, the cache is
4141
restored. Otherwise, a new cache is created."
4242
id: "cache-step"
43-
uses: "./.github/actions/cache"
43+
uses: ".github/actions/cache"
4444
with:
4545
cache-path: ${{ inputs.cache-path }}
4646

0 commit comments

Comments
 (0)