From 6c3919c014748ce027eb2a165de831181a7e4a27 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Thu, 7 Mar 2024 23:08:01 +0100 Subject: [PATCH] WIP Debug 4 --- .github/workflows/cmake.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index 76760af9..49871a70 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -34,7 +34,8 @@ jobs: - os: windows generator: MinGW Makefiles - openssl_root: ${{env.MSYS}}/install + # ${{env.MSYS}} does not work here, WTH + openssl_root: D:\msys2\install artifact: | build/xca-*.msi build/xca-portable-*.zip