Skip to content

Commit

Permalink
appveyor: Install Doxygen from repo for MSYS2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Dec 21, 2020
1 parent aeea2e7 commit 591d328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ install:
$env:PATH = "c:\msys64\mingw64\bin;$env:PATH";
} Else {
& C:\msys64\usr\bin\mkdir -p /var/cache/pacman/pkg;
& pacman --sync --noconfirm cmake;
& pacman --sync --noconfirm cmake doxygen;
}
} ElseIf ($env:USE_MINGW -eq "1") {
If ($env:USE_MINGW_493 -eq "1") {
Expand Down

0 comments on commit 591d328

Please sign in to comment.