macos: try --enable-shared
This commit is contained in:
parent
46fe9ba0f5
commit
f052aa11f2
Notes:
git
2023-07-08 02:31:36 +00:00
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user