Skip to content

Commit

Permalink
Silence another wine warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Feb 1, 2024
1 parent 714cf22 commit 95a5410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
#!/bin/bash
set -o pipefail
# Show all errors except for the ones about querying the display
WINEDEBUG=-all,err+all,-explorer wine "\$@" |& dos2unix
WINEDEBUG=-all,err+all,-explorer,-rpc wine "\$@" |& dos2unix
EOF
chmod 755 wine-wrapper
# Run wine once to set it up, which displays some logs that would mess up tests
Expand Down

0 comments on commit 95a5410

Please sign in to comment.