From fe11a9164dda1478beca68f065d2190624ae10ca Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 11 Jun 2024 14:35:41 -0700 Subject: [PATCH] DELETEME force build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dae2fbf..22881c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: set -o pipefail # wine now needs the file extension on the executable when specified by path EXE="$1".exe - shift + shift # Show all errors except for the ones about querying the display WINEDEBUG=-all,err+all,-winediag,-systray wine "\$EXE" "\$@" |& dos2unix EOF