summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build_cmake.yml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-13 21:00:00 (GMT)
committerGitHub <noreply@github.com>2020-12-13 21:00:00 (GMT)
commitad292e2247e4f14ada0477d5a8b5316307d27b30 (patch)
treea61e6662f48d7a1393946d84d6cbd1cf76cc862a /.github/workflows/build_cmake.yml
parent113d996a894010b8cf9c60f7c446937625638cb5 (diff)
downloadDoxygen-ad292e2247e4f14ada0477d5a8b5316307d27b30.zip
Doxygen-ad292e2247e4f14ada0477d5a8b5316307d27b30.tar.gz
Doxygen-ad292e2247e4f14ada0477d5a8b5316307d27b30.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github/workflows/build_cmake.yml')
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index bfedcff..f3266b8 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -68,8 +68,8 @@ jobs:
# if: matrix.config.os == 'windows-latest'
- name: Download MikTex (Windows)
- shell: ps1
run:
+ shell: powershell
$wc = New-Object System.Net.WebClient
$maxAttempts=5
$attemptCount=0