Skip to content

Commit 3126e73

Browse files
authored
Merge pull request sparklemotion#337 from sparklemotion/flavorjones-fix-ci-macos-gem-install
ci: gem-install.yml uses --with-opt-dir for macos system libraries
2 parents d089ac4 + f360e31 commit 3126e73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gem-install.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ jobs:
8787
with:
8888
name: cruby-gem
8989
path: gems
90-
- run: ./bin/test-gem-install gems --${{matrix.sys}}-system-libraries
90+
- 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
9194

9295
cruby-windows-install:
9396
needs: ["cruby-package"]

0 commit comments

Comments
 (0)