Skip to content

Commit

Permalink
FIXUP remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jun 11, 2024
1 parent cf3ba34 commit ecefa7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,10 @@ jobs:
run: |
cat >wine-wrapper <<EOF
#!/bin/bash
set -x
set -o pipefail
# wine now needs the file extension on the executable when specified by path
EXE="\$1".exe
shift
ls -l "\$EXE"
# Show all errors except for the ones about querying the display
WINEDEBUG=-all,err+all,-winediag,-systray wine "\$EXE" "\$@" |& dos2unix
EOF
Expand Down

0 comments on commit ecefa7f

Please sign in to comment.