Skip to content

Commit

Permalink
Use Qt 6.4.2 for CI remove unused CI vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Feb 3, 2023
1 parent 1580be6 commit 6eb0b95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
pull_request:
branches: [ master ]
env:
QtVersion: 6.4.0
QtKey: "6.4.0"
QtVersion: 6.4.2
QtKey: "6.4.2"
PackageGLOB: "Black_Chocobo-*.*"
BuildType: Release
cmakeConfigure: "cmake -S. -Bbuild -DQT_DEFAULT_MAJOR_VERSION=6 -DCMAKE_BUILD_TYPE=Release"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- {
name: "Linux-amd64"
, os: ubuntu-20.04
, QT_INST_DIR: /opt, QTDIR: /opt/Qt/6.4.0/gcc_64
, QT_INST_DIR: /opt
, ff7tkPrefix: /opt/ff7tk
, ff7tkPackage: ff7tk-continuous-linux_X86_64.tar.gz
, install_ff7tk: "sudo tar -xf ff7tk-continuous-linux_x86_64.tar.gz --one-top-level=/opt/ff7tk"
Expand All @@ -85,7 +85,7 @@ jobs:
- {
name: "MacOS"
, os: macos-11
, QT_INST_DIR: /Users/runner, QTDIR: /Users/runner/Qt/6.4.0/clang_64
, QT_INST_DIR: /Users/runner
, ff7tkPrefix: /Users/runner/ff7tk
, ff7tkPackage: ff7tk-continuous-macos.zip
, install_ff7tk: "sudo unzip ff7tk-continuous-macos.zip -d /Users/runner/ff7tk"
Expand All @@ -94,7 +94,7 @@ jobs:
- {
name: "Windows-x64", WIN_ARCH: "x64"
, os: windows-2019
, QT_INST_DIR: "C:/", QTDIR: "C:/Qt/6.4.0/msvc2019_64"
, QT_INST_DIR: "C:/"
, ff7tkPrefix: "C:/ff7tk"
, ff7tkPackage: ff7tk-continuous-win64.7z
, install_ff7tk: "7z x ff7tk-continuous-win64.7z -oC:/ff7tk"
Expand Down

0 comments on commit 6eb0b95

Please sign in to comment.