From 9ceab22bb4d936e150aabe25b9ad027f492beff8 Mon Sep 17 00:00:00 2001 From: kenorb Date: Sat, 10 Feb 2024 16:43:52 +0000 Subject: [PATCH] GHA: Sets WINEPREFIX to /tmp Refs: https://stackoverflow.com/q/16818101/55075 --- .github/workflows/tests-shell.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests-shell.yml b/.github/workflows/tests-shell.yml index fc1f358b..7e342b0c 100644 --- a/.github/workflows/tests-shell.yml +++ b/.github/workflows/tests-shell.yml @@ -46,3 +46,6 @@ jobs: # Refs: https://github.com/actions/checkout/issues/956 GIT_CEILING_DIRECTORIES: /__w - run: ${{ matrix.test }} + env: + # Refs: https://stackoverflow.com/q/16818101/55075 + WINEPREFIX: /tmp