diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-13 20:57:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-13 20:57:43 (GMT) |
commit | 113d996a894010b8cf9c60f7c446937625638cb5 (patch) | |
tree | 138d6738dd80b5df6a747c31f8f46f4199e3ee14 /.github/workflows | |
parent | f083a2bb18accc0decc5042cee62b4307c96c03b (diff) | |
download | Doxygen-113d996a894010b8cf9c60f7c446937625638cb5.zip Doxygen-113d996a894010b8cf9c60f7c446937625638cb5.tar.gz Doxygen-113d996a894010b8cf9c60f7c446937625638cb5.tar.bz2 |
Update build_cmake.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_cmake.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index a7ae96f..bfedcff 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -75,7 +75,6 @@ jobs: $attemptCount=0 Do { $attemptCount++ - echo "downloading: attempt $attemptCount" $wc.DownloadFile("https://miktex.org/download/win/miktexsetup-x64.zip","miktexsetup-x64.zip") } while (((Test-Path "miktexsetup-x64.zip") -eq $false) -and ($attemptCount -le $maxAttempts)) if: matrix.config.os == 'windows-latest' |