forked from knarfS/sigrok-build
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.yml: Add xz as libzip dependency for MacOS builds
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|