From c46abb1829f31bad32467aa2ef167c78daec4759 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:33:53 +0100 Subject: [PATCH] correct upstream and Windows CI snafus (#322) Enabling 0.5.3 release --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 922f10f1..bc4ed83d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -156,7 +156,7 @@ jobs: working-directory: liboqs - name: prepare the OpenSSL build directory if: steps.cache-openssl32.outputs.cache-hit != 'true' - run: mkdir build + run: mkdir _build working-directory: openssl - name: OpenSSL config if: steps.cache-openssl32.outputs.cache-hit != 'true' @@ -266,7 +266,7 @@ jobs: working-directory: liboqs - name: prepare the OpenSSL build directory if: steps.cache-openssl32n.outputs.cache-hit != 'true' - run: mkdir build + run: mkdir _build working-directory: openssl - name: OpenSSL config if: steps.cache-openssl32n.outputs.cache-hit != 'true'