Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 13e7081

Browse files
committed
[CI] The portable doxygen 1.8.11 no longer seem to be available, so try the native installer (should be 1.8.14)
1 parent f922a68 commit 13e7081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for:
1717
environment:
1818
GCC_VERSION: 7
1919
install:
20-
- cmd: powershell choco install doxygen.portable
20+
- cmd: powershell choco install doxygen.install
2121
- sh: ./codingtools/install_ubuntu_dependencies.sh
2222
before_build:
2323
- dotnet --version

0 commit comments

Comments
 (0)