summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index f0a12221b0..ddb0b20361 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -238,7 +238,7 @@ jobs:
shell: cmd
run: |
choco install openssl
- move "c:\\Program Files\\OpenSSL-Win64" "c:\\OpenSSL-Win64"
+ move "c:\\Program Files\\OpenSSL" "c:\\OpenSSL-Win64"
- name: Cache wxWidgets
uses: actions/cache@v3