Skip to content

Commit ca4b29d

Browse files
committed
Specify dependency directory as in subdirectory
1 parent 211057d commit ca4b29d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
run: sleep 15s
2525
- name: Restore dependencies cache
2626
uses: actions/cache@v4
27-
working-directory: server
2827
with:
29-
path: deps
28+
path: server/deps
3029
key: ${{ runner.os }}-mix-${{ hashFiles('mix.lock') }}
3130
restore-keys: ${{ runner.os }}-mix-
3231
- name: Install Field Hub dependencies and run setup

0 commit comments

Comments
 (0)