Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Sep 8, 2023
1 parent 43b38bd commit b914f45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
APPLICATION: "OffloadBuddy"
APPLICATION_VERSION: "0.12"
QT_VERSION: "6.5.1"
QT_VERSION: "6.5.2"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OffloadBuddy
============

[![GitHub action](https://img.shields.io/github/workflow/status/emericg/OffloadBuddy/Desktop%20CI%20builds.svg?style=flat-square)](https://github.com/emericg/OffloadBuddy/actions)
[![GitHub action](https://img.shields.io/github/actions/workflow/status/emericg/OffloadBuddy/builds_desktop.yml?style=flat-square)](https://github.com/emericg/OffloadBuddy/actions)
[![GitHub issues](https://img.shields.io/github/issues/emericg/OffloadBuddy.svg?style=flat-square)](https://github.com/emericg/OffloadBuddy/issues)
[![License: GPL v3](https://img.shields.io/badge/license-GPL%20v3-blue.svg?style=flat-square)](http://www.gnu.org/licenses/gpl-3.0)

Expand Down
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ int main(int argc, char *argv[])
format.setOption(QSurfaceFormat::ResetNotification);
QSurfaceFormat::setDefaultFormat(format);
}

// Force "old" gstreamer multimedia backend
qputenv("QT_MEDIA_BACKEND", "gstreamer");
#endif

SingleApplication app(argc, argv, false);
Expand Down

0 comments on commit b914f45

Please sign in to comment.