Skip to content

Commit 9ef3c1b

Browse files
committed
ci: add dependencies.yml to actions/cache key
This should have been in df549ed, I missed it at the time.
1 parent c1eb06d commit 9ef3c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlite3-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/cache@v3
5454
with:
5555
path: ports
56-
key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb')}}
56+
key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}
5757

5858
- run: bundle exec rake compile -- --disable-system-libraries
5959
if: matrix.lib == 'packaged'

0 commit comments

Comments
 (0)