macos: try --enable-shared

This commit is contained in:
Nobuyoshi Nakada 2023-07-08 00:05:31 +09:00
parent 46fe9ba0f5
commit f052aa11f2
Notes: git 2023-07-08 02:31:36 +00:00

View File

@ -37,6 +37,9 @@ jobs:
os:
- macos-11
- macos-12
configure:
- ''
- '--enable-shared'
fail-fast: false
env:
@ -62,7 +65,7 @@ jobs:
makeup: true
- name: Run configure
run: ../src/configure -C --disable-install-doc
run: ../src/configure -C --disable-install-doc ${{ matrix.configure }}
- run: make prepare-gems
if: ${{ matrix.test_task == 'test-bundled-gems' }}