This commit is contained in:
Nobuyoshi Nakada 2023-07-08 00:05:31 +09:00
Родитель 46fe9ba0f5
Коммит f052aa11f2
1 изменённых файлов: 4 добавлений и 1 удалений

5
.github/workflows/macos.yml поставляемый
Просмотреть файл

@ -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' }}