Skip to content

Commit 1065b5c

Browse files
committed
ci: cache sqlite3 builds
1 parent 9aeeb9b commit 1065b5c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sqlite3-ruby.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
brew: "sqlite3"
5858
mingw: "sqlite3"
5959
vcpkg: "sqlite3"
60+
- if: matrix.lib == 'packaged'
61+
uses: actions/cache@v2
62+
with:
63+
path: ports
64+
key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb')}}
6065
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
6166
- run: bundle exec rake test
6267

0 commit comments

Comments
 (0)