]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, use perl for Configure.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 15:53:51 +0000 (17:53 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 15:53:51 +0000 (17:53 +0200)
.github/workflows/analysis_ports.yml

index 75aaa57e5522c394c0ebedddee12a321fe6fec45..b760e38b15ebce9985f5b4dd53885f7c625c3326 100644 (file)
@@ -176,7 +176,7 @@ jobs:
           curl -L -k -s -S -o openssl-1.1.1j.tar.gz https://www.openssl.org/source/openssl-1.1.1j.tar.gz
           tar xzf openssl-1.1.1j.tar.gz
           cd openssl-1.1.1j
-          ./Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/d/a/unbound/openssl"
+          perl Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/d/a/unbound/openssl"
           make
           make install_sw
           cd ..