Skip to content

Commit

Permalink
Fix 32-bit apt update failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch authored Jul 3, 2023
1 parent aa3658b commit 58e9286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ for:
CFLAGS: "-Wall -Wextra -pedantic -Werror"
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
build_script:
Expand Down

0 comments on commit 58e9286

Please sign in to comment.