summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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