From 3b7222734fdc91ffbfa7346bb19a600f424e17ca Mon Sep 17 00:00:00 2001 From: kenorb Date: Sat, 10 Feb 2024 17:05:25 +0000 Subject: [PATCH] GHA: tests-shell: Adds env.PATH --- .github/workflows/tests-shell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests-shell.yml b/.github/workflows/tests-shell.yml index 2d9d06e1..bc115c9a 100644 --- a/.github/workflows/tests-shell.yml +++ b/.github/workflows/tests-shell.yml @@ -47,5 +47,6 @@ jobs: GIT_CEILING_DIRECTORIES: /__w - run: ${{ matrix.test }} env: + PATH: $PATH:/opt/scripts:/opt/scripts/py # Refs: https://stackoverflow.com/q/16818101/55075 WINEPREFIX: /tmp/.wine