Skip to content

Commit ea460ca

Browse files
committed
Add working dir definition to github cache action
1 parent edd0af9 commit ea460ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publication.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: sleep 15s
2525
- name: Restore dependencies cache
2626
uses: actions/cache@v4
27+
working-directory: publication
2728
with:
2829
path: deps
2930
key: ${{ runner.os }}-mix-${{ hashFiles('mix.lock') }}

.github/workflows/server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: sleep 15s
2525
- name: Restore dependencies cache
2626
uses: actions/cache@v4
27+
working-directory: server
2728
with:
2829
path: deps
2930
key: ${{ runner.os }}-mix-${{ hashFiles('mix.lock') }}

0 commit comments

Comments
 (0)