From 932e41046a4e5a49a4d09d892399eab66bc82ef8 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 24 Dec 2023 10:17:05 +0100 Subject: [PATCH] fix --- .github/workflows/ZeroSSL.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ZeroSSL.yml b/.github/workflows/ZeroSSL.yml index 9d7912ba5..8adbbe7f3 100644 --- a/.github/workflows/ZeroSSL.yml +++ b/.github/workflows/ZeroSSL.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - name: Run Test run: | - sudo apt-get update && apt-get install -y curl socat; && \ + sudo apt-get update && sudo apt-get install -y curl socat && \ cd ../acmetest && ./letest.sh