Skip to content

Commit

Permalink
#1304: Fix QT_MODULES env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 26, 2023
1 parent e36691a commit c6a123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
PUBLISHER: "Patrizio Bekerle"
REPO_DIR: "/home/runner/work/QOwnNotes"
QT_VERSION: 6.5.0
QT_MODULES: ${{env.QT_MODULES}}
QT_MODULES: "qtwebsockets"
QMAKE: qmake6
CORES: 16

Expand Down

0 comments on commit c6a123b

Please sign in to comment.