diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b650862..d7e15c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: # Run wine once to set it up, which displays some logs that would mess up tests WINEDEBUG=-all wine cmd /c exit - name: 'Compile with mingw32-posix' - run: make clean && make linux LINUX_CC=x86_64-w64-mingw32-gcc-13-posix && ls -ltr && mv fvcbm fvcbm.exe + run: make clean && make linux LINUX_CC=x86_64-w64-mingw32-gcc-13-posix - name: 'Run tests with mingw32-posix+wine' run: make test TESTWRAPPER=./wine-wrapper - name: 'Compile with mingw32'