From 6c35f18ccaa9caf6f50992a62714e8a757f73333 Mon Sep 17 00:00:00 2001 From: Mireille Date: Mon, 25 Nov 2024 20:52:15 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17c739b7..a2153016 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: -DPython_EXECUTABLE="$(which python3)" \ -DPLATFORM_QT_STATIC=ON \ -DUSE_STATIC_SDL=ON \ - -DQT5_STATIC_DIR="/c/tools/msys64/mingw64/qt5-static" + -DQT5_STATIC_DIR="/mingw64/qt5-static" cd build make -j$NUMBER_OF_PROCESSORS - name: Collect artifacts