From f6b7604b6bd956f1dd6546d83c92fc7e68023efd Mon Sep 17 00:00:00 2001 From: Oz Date: Sun, 23 Feb 2025 13:44:12 +0100 Subject: [PATCH] Fix install 7-Zip x86 DLL on GitHub Actions --- .github/workflows/test_windows19.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_windows19.yml b/.github/workflows/test_windows19.yml index 486c9148..27f2d02d 100644 --- a/.github/workflows/test_windows19.yml +++ b/.github/workflows/test_windows19.yml @@ -54,7 +54,7 @@ jobs: shell: bash run: | curl -L https://7-zip.org/a/7z2409.exe --output 7z2409.exe - ./7z2409.exe /S + 7z x 7z2409.exe 7z.dll -o"C:\Program Files (x86)\7-Zip" - uses: ilammy/msvc-dev-cmd@v1 with: