We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d77ecd commit 5732040Copy full SHA for 5732040
share/ci/scripts/windows/install_doxygen.sh
@@ -10,7 +10,7 @@ DOXYGEN_LOCATION="$1"
10
choco install jq
11
12
# Get the URL of the latest zip package for Doxygen.
13
-url=$(curl -s 'https://api.github.com/repos/doxygen/doxygen/releases/latest' | jq -r '.assets[] | select(.name | test("doxygen-.*windows.x64.bin.zip")) | .browser_download_url')
+url=$(curl -s 'https://api.github.com/repos/doxygen/doxygen/releases/latest' | jq -r '.assets[] | select(.name | test("doxygen-.*\.x64\.bin\.zip")) | .browser_download_url')
14
15
# Download the zip.
16
mkdir $DOXYGEN_LOCATION
0 commit comments