Skip to content

Commit

Permalink
Fix Qt 6.7 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jul 4, 2024
1 parent 7e41e07 commit ef3197a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [ push, pull_request ]

env:
BUILD_TYPE: Release
QT_VERSION: "6.7.1"
QT_ARCH: "gcc_64"
QT_VERSION: "6.7.2"
QT_ARCH: "linux_gcc_64"

jobs:
build:
Expand Down

0 comments on commit ef3197a

Please sign in to comment.