From bedff622dc765b2c359d152e0a04d8d20ad55076 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Mon, 28 Jul 2025 20:23:08 -0500 Subject: [PATCH] WIP --- .github/workflows/windows-latest.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows-latest.yml b/.github/workflows/windows-latest.yml index 4efb65d..bcc2e16 100644 --- a/.github/workflows/windows-latest.yml +++ b/.github/workflows/windows-latest.yml @@ -49,15 +49,16 @@ jobs: ls -l /usr/lib/x86_64-linux-gnu/cmake/Qt6 # Set environment variables for the session - echo "export Qt6_DIR=$QT6_PATH" >> ~/.bashrc - echo "export CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6" >> ~/.bashrc - echo "export CMAKE_PREFIX_PATH=$QT6_PATH:$CMAKE_PREFIX_PATH" >> ~/.bashrc - echo "export LD_LIBRARY_PATH=$QT6_PATH/lib:$LD_LIBRARY_PATH" >> ~/.bashrc + echo "export Qt6_DIR=$QT6_PATH" >> ~/.bashrc + echo "export CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6" >> ~/.bashrc + echo "export CMAKE_PREFIX_PATH=$QT6_PATH:$CMAKE_PREFIX_PATH" >> ~/.bashrc + echo "export LD_LIBRARY_PATH=$QT6_PATH/lib:$LD_LIBRARY_PATH" >> ~/.bashrc echo "export QT_QPA_PLATFORM_PLUGIN_PATH=$QT6_PATH/lib/qt6/plugins/platforms" >> ~/.bashrc - echo "export QML_IMPORT_PATH=$QT6_PATH/lib/qt6/qml" >> ~/.bashrc - echo "export QT_PLUGIN_PATH=$QT6_PATH/lib/qt6/plugins" >> ~/.bashrc + echo "export QML_IMPORT_PATH=$QT6_PATH/lib/qt6/qml" >> ~/.bashrc + echo "export QT_PLUGIN_PATH=$QT6_PATH/lib/qt6/plugins" >> ~/.bashrc # Source the updated bashrc + cat ~/.bashrc source ~/.bashrc # Print environment for debugging