Skip to content

Commit e7f8edf

Browse files
committed
Inject lines later down so they don't end up in an if
1 parent d7c8a11 commit e7f8edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: |
3131
cd src
3232
echo "Adding inlcude lines and lib lines on our own"
33-
sed -n -i 'p;290a set(OPENSSL_INCLUDE_DIR "C:/msys2/msys64/mingw32/include")' CMakeLists.txt
33+
sed -n -i 'p;315a set(OPENSSL_INCLUDE_DIR "C:/msys2/msys64/mingw32/include")' CMakeLists.txt
3434
3535
echo "Adding inlcude lines and lib lines on our own"
36-
sed -n -i 'p;290a set(OPENSSL_LIBRARIES "C:/msys2/msys64/mingw32/lib/libssl.a" "C:/msys2/msys64/mingw32/lib/libcrypto.a")' CMakeLists.txt
36+
sed -n -i 'p;315a set(OPENSSL_LIBRARIES "C:/msys2/msys64/mingw32/lib/libssl.a" "C:/msys2/msys64/mingw32/lib/libcrypto.a")' CMakeLists.txt
3737
3838
echo "Patching remove openssl find"
3939
sed -i 's/find_package(OpenSSL REQUIRED)//g' CMakeLists.txt

0 commit comments

Comments
 (0)