From f17cbdc111a4b3d01ac7dd81e26023b2fae23c91 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 09:03:11 -0500 Subject: [PATCH] actions take 55 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81e60bf5..5bed5038 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,8 +123,8 @@ jobs: # Check OpenSSL version vline=$($gam version extended | grep "OpenSSL ") openssl_line=($vline) - this_openssl=${openssl_line[1]} - $python tools/a_atleast_b.py $this_openssl $MIN_OPENSSL_VERSION + this_openssl="${openssl_line[1]}" + $python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}" - name: Live API tests - build jobs only run: |