Skip to content

Commit

Permalink
Change the CI cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 6, 2024
1 parent 61b9a0b commit 2dd6081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec-package-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: vendor/bundle
key: v5-package-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}
key: v5-package-app-gem-cache---${{ hashFiles('react_on_rails.gemspec') }}
- name: Install sqlite
run: sudo apt install sqlite3 libsqlite3-dev
- name: Install Ruby Gems for package
Expand Down

0 comments on commit 2dd6081

Please sign in to comment.