mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
Merge branch 'master' of https://github.com/brechtsanders/xlsxio
This commit is contained in:
commit
a980bfb306
5
.github/workflows/xlsxio.yml
vendored
5
.github/workflows/xlsxio.yml
vendored
@ -95,6 +95,7 @@ jobs:
|
||||
expat \
|
||||
minizip \
|
||||
libzip
|
||||
find /opt/homebrew/ -name unzip.h
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: |
|
||||
@ -110,8 +111,8 @@ jobs:
|
||||
# PKG_CONFIG_PATH=$PWD/deps/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:$PKG_CONFIG_PATH \
|
||||
# make binarypackage \
|
||||
# STATIC=1 \
|
||||
# CFLAGS="-I$PWD/deps/include -I/usr/local/opt/libarchive/include" \
|
||||
# LDFLAGS="-L$PWD/deps/lib -L/usr/local/opt/libarchive/lib"
|
||||
# CFLAGS="-I$PWD/deps/include -I/usr/local/opt/libarchive/include -I/opt/homebrew/Cellar/minizip/1.3.1/include" \
|
||||
# LDFLAGS="-L$PWD/deps/lib -L/usr/local/opt/libarchive/lib -L/opt/homebrew/Cellar/minizip/1.3.1/lib"
|
||||
# mv xlsxio-*.zip xlsxio-${{ matrix.config.arch }}.zip
|
||||
#- if: matrix.config.os == 'windows-latest'
|
||||
# name: Upload package
|
||||
|
Loading…
x
Reference in New Issue
Block a user