summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build_cmake.yml
diff options
context:
space:
mode:
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 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