summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cramer2024-05-07 19:33:17 +0000
committerDave Cramer2024-05-07 19:33:17 +0000
commit3256475a6c03709f2b17ec92f3d43dcaf8a234cd (patch)
tree33db8c723ac240996ea50dcaf597b97c198fa67d
parentaafe0008ff2bff8a9d27f18d6bcf0fe879757a0e (diff)
fix error
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 44aa844..dd562b5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -149,8 +149,8 @@ jobs:
printf "C:\\OTHERBIN\\pkgconfiglite\\pkg-config-lite-0.28-1\\bin" >> %GITHUB_PATH%
- name: Install Win32OpenSSL
- shell: cmd
- run: Win32OpenSSL-3_3_0.exe /sp /silent /dir=c:\openssl32
+ shell: cmd
+ run: Win32OpenSSL-3_3_0.exe /sp /silent /dir=c:\openssl32
# Choco Install winflexbison
# BUT the "crazy-max/ghaction-chocolatey@v2" "install pkgconfiglite" file download often times-out