We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafe000 commit 3256475Copy full SHA for 3256475
.github/workflows/main.yml
@@ -149,8 +149,8 @@ jobs:
149
printf "C:\\OTHERBIN\\pkgconfiglite\\pkg-config-lite-0.28-1\\bin" >> %GITHUB_PATH%
150
151
- name: Install Win32OpenSSL
152
- shell: cmd
153
- run: Win32OpenSSL-3_3_0.exe /sp /silent /dir=c:\openssl32
+ shell: cmd
+ run: Win32OpenSSL-3_3_0.exe /sp /silent /dir=c:\openssl32
154
155
# Choco Install winflexbison
156
# BUT the "crazy-max/ghaction-chocolatey@v2" "install pkgconfiglite" file download often times-out
0 commit comments