Skip to content

Commit c8f8c40

Browse files
removed working-directory from dependency cache
1 parent d972755 commit c8f8c40

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
- name: Cache dependencies
4343
uses: actions/cache@v3
4444
with:
45-
path: vendor/bundle
45+
path: src/vendor/bundle
4646
key: ${{ runner.os }}-bundler-${{ hashFiles('**/src/Gemfile.lock') }}
4747
restore-keys: |
4848
${{ runner.os }}-bundler-
49-
working-directory: src
5049
5150
- name: Install dependencies
5251
run: bundle install --path vendor/bundle

0 commit comments

Comments
 (0)