diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2583136..87e9824 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,9 @@ jobs: - name: compile bfs shell: cmd run: | + gcc --version + PATH=%CD%\mingw32\bin;%PATH% + gcc --version mingw32-make -f win32winlibs.gmk bfs/exe - name: compile mec