From 512b468dbba7d280c70d85ee122cc1f0a8a8a610 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 13 Jun 2024 13:15:31 -0600 Subject: [PATCH] explicit socat path with test --- .github/workflows/socat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/socat.yml b/.github/workflows/socat.yml index b7c692ec4..ac90a87ec 100644 --- a/.github/workflows/socat.yml +++ b/.github/workflows/socat.yml @@ -70,4 +70,4 @@ jobs: - name: Run socat tests working-directory: ./socat-1.8.0.0 - run: ./test.sh --expect-fail 146,216,309,310,386,402,459,460 + run: SOCAT=$GITHUB_WORKSPACE/socat-1.8.0.0/socat ./test.sh --expect-fail 146,216,309,310,386,402,459,460