mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
This commit is contained in:
parent
7afab49113
commit
f74b229ef6
7
.github/workflows/xlsxio.yml
vendored
7
.github/workflows/xlsxio.yml
vendored
@ -89,7 +89,12 @@ jobs:
|
||||
- if: matrix.config.os == 'macos-latest'
|
||||
name: Install build dependencies (macOS)
|
||||
run: |
|
||||
brew install zip ninja expat minizip libzip
|
||||
brew install \
|
||||
zip \
|
||||
ninja \
|
||||
expat \
|
||||
minizip \
|
||||
libzip
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user