Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jan 30, 2025
1 parent b944be2 commit c47ecdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
- name: Sanity check release builds
if: matrix.BuildType == 'Release'
working-directory: ${{ runner.temp }}/shadow_build_dir/Release
env:
QT_QUICK_BACKEND: "software"
QT_QPA_PLATFORM: "offscreen"
run: QGroundControl.exe --release-boot-test

- name: Install
Expand Down
3 changes: 0 additions & 3 deletions src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ int main(int argc, char *argv[])
#endif // Q_OS_WIN
#endif // QT_DEBUG

// FIXME: Hack for testing
(void) qputenv("QT_QPA_PLATFORM", "offscreen");

QGCApplication app(argc, argv, runUnitTests);

#ifdef Q_OS_LINUX
Expand Down

0 comments on commit c47ecdb

Please sign in to comment.