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