Skip to content

Commit

Permalink
fix cross_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 15, 2025
1 parent 689cdde commit 14107ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cross_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@ jobs:
- name: Show diagnostics for wine
run: |
which wine
ls -la $(which wine)
ldd $(which wine)
ls -la $(realpath $(which wine))
- name: Show diagnostics for wine64
run: |
which wine64
ls -la $(which wine64)
ldd $(which wine64)
ls -la $(realpath $(which wine))
- name: v.c can be compiled and run with -os cross
run: |
Expand Down

0 comments on commit 14107ff

Please sign in to comment.