Skip to content

Commit

Permalink
change ruby cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Sep 13, 2024
1 parent 292ea90 commit 8fd7e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ jobs:
- name: Cache Ruby gems
uses: actions/cache@v4
with:
path: vendor/bundle
path: ~/.ruby-cache
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install Gems
run: bundle install --path vendor/bundle
run: bundle install --path ~/.ruby-cache

- name: Record Test Results
env:
Expand Down

0 comments on commit 8fd7e7f

Please sign in to comment.