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.
2 parents d089ac4 + f360e31 commit 3126e73Copy full SHA for 3126e73
.github/workflows/gem-install.yml
@@ -87,7 +87,10 @@ jobs:
87
with:
88
name: cruby-gem
89
path: gems
90
- - run: ./bin/test-gem-install gems --${{matrix.sys}}-system-libraries
+ - if: matrix.sys == 'enable'
91
+ run: ./bin/test-gem-install gems --enable-system-libraries --with-opt-dir=$(brew --prefix sqlite3)
92
+ - if: matrix.sys == 'disable'
93
+ run: ./bin/test-gem-install gems --disable-system-libraries
94
95
cruby-windows-install:
96
needs: ["cruby-package"]
0 commit comments