Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brechtsanders/xlsxio
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtsanders committed May 25, 2024
2 parents d6e212a + eb9ea72 commit a980bfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/xlsxio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
expat \
minizip \
libzip
find /opt/homebrew/ -name unzip.h
- uses: actions/checkout@v1
- name: Build
run: |
Expand All @@ -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
Expand Down

0 comments on commit a980bfb

Please sign in to comment.