We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eb06d commit 9ef3c1bCopy full SHA for 9ef3c1b
.github/workflows/sqlite3-ruby.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: actions/cache@v3
54
with:
55
path: ports
56
- key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb')}}
+ key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}
57
58
- run: bundle exec rake compile -- --disable-system-libraries
59
if: matrix.lib == 'packaged'
0 commit comments