Skip to content

Commit

Permalink
build.yml: Add xz as libzip dependency for MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 23, 2024
1 parent ccdb213 commit 25cbdce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
- name: Install dependencies
run: |
brew install autoconf automake autoconf-archive pkg-config libtool \
libzip libusb libftdi hidapi nettle check doxygen swig \
xz libzip libusb libftdi hidapi nettle check doxygen swig \
glib [email protected] cmake boost sdcc $BREW_PYTHON_VERSION $BREW_QT_VERSION
# - name: Provide qt also in prefix directory as qt is using a keg
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
- name: Install dependencies
run: |
brew install autoconf automake autoconf-archive pkg-config sdcc \
libtool libzip libusb libftdi hidapi nettle check doxygen swig \
libtool xz libzip libusb libftdi hidapi nettle check doxygen swig \
glib "$BREW_PYTHON_VERSION" "$BREW_QT_VERSION"
- name: Checkout sigrok-build
Expand Down

0 comments on commit 25cbdce

Please sign in to comment.