From 795e744c0aefdc4c9f298284aa5474a07f7b3014 Mon Sep 17 00:00:00 2001 From: Steffen Moeller Date: Wed, 13 Mar 2024 18:07:13 +0100 Subject: [PATCH] ci windows: toying with paths --- .github/workflows/c-cpp.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 36ff6f8f..bf739817 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -47,7 +47,9 @@ jobs: run: ./configure - name: make - Windows if: runner.os == 'windows' - run: g++ -I\\wxWidgets-3.1.2\\include -I\\wxWidgets-3.1.2\\include\\msvc -o GENtle *.cpp ipc/*.cpp + run: | + pwd + g++ -D__WXMSW__ -IC:\wxWidgets-3.1.2\include -IC:\wxWidgets-3.1.2\include\msvc -o GENtle *.cpp ipc/*.cpp - name: make - Linux or MacOS if: runner.os == 'linux' || runner.os == 'macOS' run: |