Skip to content

Commit 3256475

Browse files
committed
fix error
1 parent aafe000 commit 3256475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
printf "C:\\OTHERBIN\\pkgconfiglite\\pkg-config-lite-0.28-1\\bin" >> %GITHUB_PATH%
150150
151151
- name: Install Win32OpenSSL
152-
shell: cmd
153-
run: Win32OpenSSL-3_3_0.exe /sp /silent /dir=c:\openssl32
152+
shell: cmd
153+
run: Win32OpenSSL-3_3_0.exe /sp /silent /dir=c:\openssl32
154154

155155
# Choco Install winflexbison
156156
# BUT the "crazy-max/ghaction-chocolatey@v2" "install pkgconfiglite" file download often times-out

0 commit comments

Comments
 (0)