From e6d404d31a36315019b4b81a3123f7c6f0058010 Mon Sep 17 00:00:00 2001 From: kenorb Date: Sat, 10 Feb 2024 18:44:43 +0000 Subject: [PATCH] GHA: tests-shell: Adds env.PATH to run step --- .github/workflows/tests-shell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests-shell.yml b/.github/workflows/tests-shell.yml index 9c6efce1..2bbbd5cc 100644 --- a/.github/workflows/tests-shell.yml +++ b/.github/workflows/tests-shell.yml @@ -46,3 +46,5 @@ jobs: # Refs: https://github.com/actions/checkout/issues/956 GIT_CEILING_DIRECTORIES: /__w - run: ${{ matrix.test }} + env: + PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/scripts:/opt/scripts/py