Skip to content

Commit f360e31

Browse files
committed
ci: gem-install.yml uses --with-opt-dir for macos system libraries
companion commit to 60679c8
1 parent d089ac4 commit f360e31

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)