Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch authored Jul 3, 2023
1 parent 58e9286 commit 566b8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ for:
CXXFLAGS: "-Wall -Wextra -pedantic -Werror"
install:
- sudo dpkg --force-architecture --remove-architecture i386
- sudo apt-get update
- sudo apt install -y asciidoc libxml2-utils xmlto
- sudo apt update
- sudo apt install --fix-broken -y asciidoc libxml2-utils xmlto
build_script:
# Test using old clang-9 & build man page
- CXX=clang++-9 cmake . -DBUILD_TESTS=ON -DBUILD_MANPAGE=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=$CONFIGURATION -DCMAKE_INSTALL_PREFIX=$(pwd)
Expand Down

0 comments on commit 566b8bb

Please sign in to comment.