Skip to content

Commit

Permalink
lose 30 min over a couple of backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Feb 16, 2024
1 parent e650703 commit c95559a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ jobs:
cd '${{github.workspace}}'
type .appveyor.perl >> c:\Strawberry\perl\lib\core\config.h
# To debug add -DCMAKE_VERBOSE_MAKEFILE=1 `
- name: Configure CMake
run: |
cd '${{github.workspace}}'
mkdir build
cd build
cmake .. `
-G "NMake Makefiles" `
-DCMAKE_VERBOSE_MAKEFILE=1 `
-DCMAKE_TOOLCHAIN_FILE="c:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
-DVCPKG_TARGET_TRIPLET=x64-windows-release `
-DCMAKE_BUILD_TYPE=Release `
Expand Down Expand Up @@ -119,9 +119,9 @@ jobs:
- name: Deploy 3rd party dlls
run: |
cd '${{github.workspace}}\build'
copy c:\vcpkg\installed\x64-windows-releasebin\zlib1.dll release; if (!$?) { exit 1 }
copy c:\vcpkg\installed\x64-windows-releasebin\libcrypto*.dll release; if (!$?) { exit 1 }
copy c:\vcpkg\installed\x64-windows-releasebin\libssl*.dll release; if (!$?) { exit 1 }
copy c:\vcpkg\installed\x64-windows-release\bin\zlib1.dll release; if (!$?) { exit 1 }
copy c:\vcpkg\installed\x64-windows-release\bin\libcrypto*.dll release; if (!$?) { exit 1 }
copy c:\vcpkg\installed\x64-windows-release\bin\libssl*.dll release; if (!$?) { exit 1 }
copy c:\msys64\mingw64\bin\libenchant-2.dll release; if (!$?) { exit 1 }
copy c:\msys64\mingw64\bin\libpcre2-*.dll release; if (!$?) { exit 1 }
copy c:\msys64\mingw64\bin\libglib-2.0-0.dll release; if (!$?) { exit 1 }
Expand Down

0 comments on commit c95559a

Please sign in to comment.