Skip to content

Commit

Permalink
fix appveyor build error
Browse files Browse the repository at this point in the history
Signed-off-by: Clark Wang <[email protected]>
  • Loading branch information
wangxiaoningnxp committed Mar 8, 2022
1 parent 17714db commit 0b267ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: bcu_1.1.43
version: bcu_1.1.45

skip_tags: true

Expand Down Expand Up @@ -41,7 +41,7 @@ install:
- sh: if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = "Ubuntu2004" ]; then (sudo DEBIAN_FRONTEND=noninteractive apt-get --yes --force-yes install libusb-1.0-0-dev); fi
- sh: if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = "Ubuntu2004" ]; then (sudo DEBIAN_FRONTEND=noninteractive apt-get --yes --force-yes install openssl libssl-dev); fi
- sh: if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = "macOS" ]; then ( brew update;); fi
- sh: if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = "macOS" ]; then ( brew reinstall pkgconfig; export PATH="/usr/local/Cellar/pkg-config/0.29.2_3/bin:${PATH}"; brew reinstall libyaml openssl; brew install libftdi; pkg-config --list-all;); fi
- sh: if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = "macOS" ]; then ( brew remove curl libssh2; brew reinstall pkgconfig; export PATH="/usr/local/Cellar/pkg-config/0.29.2_3/bin:${PATH}"; brew reinstall libyaml openssl [email protected]; brew install libftdi; pkg-config --list-all;); fi

build_script:
- sh: if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = "Ubuntu1804" ]; then (cmake .); fi
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ parts:
override-stage: |
set -xe
snapcraftctl stage
snapcraftctl set-version "1.1.43"
snapcraftctl set-version "1.1.45"
filesets:
docs-copyright:
- usr/share/doc/*/copyright
Expand Down

0 comments on commit 0b267ba

Please sign in to comment.