diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-27 23:06:55 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-27 23:06:55 +0300 |
commit | 7d79abb607ccb40ce8288f9d2a00e08753b7824f (patch) | |
tree | 6def5177478885427867c2f7eef94a13f384ac6a | |
parent | e5534cd1f3b55eca78347d005ce99a13e31f4e84 (diff) | |
parent | f24211e8b5d9af24ac3e27b0fdb50000a962c35f (diff) | |
download | PrismLauncher-7d79abb607ccb40ce8288f9d2a00e08753b7824f.tar.gz PrismLauncher-7d79abb607ccb40ce8288f9d2a00e08753b7824f.tar.bz2 PrismLauncher-7d79abb607ccb40ce8288f9d2a00e08753b7824f.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into Fix_Assert
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02cc8b1f..691e257b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: '' - qt_version: '6.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -80,7 +80,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: 'win64_msvc2019_arm64' - qt_version: '6.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -90,7 +90,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.5.0' + qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -587,7 +587,7 @@ jobs: submodules: 'true' - name: Install nix if: inputs.build_type == 'Debug' - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v21 with: install_url: https://nixos.org/nix/install extra_nix_config: | |