From f37f6c7107f03f86d777f35f9f3b087b6292fb70 Mon Sep 17 00:00:00 2001 From: Sebb Date: Sat, 9 Sep 2023 17:13:16 +0100 Subject: [PATCH] Limit search --- .github/workflows/adhoctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml index 86e6844da..f029543d4 100644 --- a/.github/workflows/adhoctest.yml +++ b/.github/workflows/adhoctest.yml @@ -63,7 +63,7 @@ jobs: run: openssl version -a - name: Find libcrypto run: | - dir -s c:\ libcrypto.dll + dir -s 'C:\Program Files\' libcrypto.dll # - name: Compile with Maven # env: # OPENSSL_HOME: "C:\\Miniconda\\Library"