From 4af10f68dd43a1696cc877dabc2425d22e32f5f4 Mon Sep 17 00:00:00 2001 From: Detlef Groth Date: Mon, 12 Aug 2024 12:57:21 +0200 Subject: [PATCH] continuing win-server build --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) 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