Skip to content

Commit

Permalink
FIXUP debug zcc
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Feb 1, 2024
1 parent 6d8e09c commit feecf8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
chmod 755 wrappers/*
# Run wine once to set it up, which displays some logs that would mess up tests
WINEDEBUG=-all wine cmd /c exit
# TODO: debugging
WINEDEBUG=-all wine cmd /c set
ls -l ~/.wine/drive_c/users/runner
- name: 'Compile with gcc'
run: make linux
- name: 'Run tests with gcc'
Expand Down

0 comments on commit feecf8c

Please sign in to comment.