summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-13 21:01:40 (GMT)
committerGitHub <noreply@github.com>2020-12-13 21:01:40 (GMT)
commitd464d1f1e0d4a6f9010ed800621d1e2e4752e8f5 (patch)
tree2f852daa4a125cda304ff504e626362d5ebc7faf /.github
parentad292e2247e4f14ada0477d5a8b5316307d27b30 (diff)
downloadDoxygen-d464d1f1e0d4a6f9010ed800621d1e2e4752e8f5.zip
Doxygen-d464d1f1e0d4a6f9010ed800621d1e2e4752e8f5.tar.gz
Doxygen-d464d1f1e0d4a6f9010ed800621d1e2e4752e8f5.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-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 f3266b8..f376d05 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -69,7 +69,6 @@ jobs:
- name: Download MikTex (Windows)
run:
- shell: powershell
$wc = New-Object System.Net.WebClient
$maxAttempts=5
$attemptCount=0
@@ -77,6 +76,7 @@ jobs:
$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))
+ shell: pwsh
if: matrix.config.os == 'windows-latest'
- uses: suisei-cn/actions-download-file@v1