Skip to content

Commit

Permalink
GHA: Sets WINEPREFIX to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent c673323 commit 9ceab22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9ceab22

Please sign in to comment.