mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
CI: Update Vulkan SDK versions on Windows and Linux.
Some checks failed
Build Android / build_android (libretro) (push) Has been cancelled
Build Android / build_android (apk) (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build macOS / build_macos (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
Some checks failed
Build Android / build_android (libretro) (push) Has been cancelled
Build Android / build_android (apk) (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build macOS / build_macos (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
This commit is contained in:
parent
318f41f84b
commit
d749812907
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-linux.yaml
vendored
2
.github/workflows/build-linux.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
tar -Jxf vulkansdk.tar.xz
|
||||
echo "VULKAN_SDK=$(pwd)/${VULKAN_SDK_VERSION}/x86_64" >> $GITHUB_ENV
|
||||
env:
|
||||
VULKAN_SDK_VERSION: '1.3.268.0'
|
||||
VULKAN_SDK_VERSION: '1.4.309.0'
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
|
|
2
.github/workflows/build-windows.yaml
vendored
2
.github/workflows/build-windows.yaml
vendored
|
@ -2,7 +2,7 @@ name: Build Windows
|
|||
|
||||
on: [push, pull_request]
|
||||
env:
|
||||
VULKAN_SDK_VERSION: '1.3.268.0'
|
||||
VULKAN_SDK_VERSION: '1.3.296.0'
|
||||
QT_VERSION: '5.15.2'
|
||||
jobs:
|
||||
build_windows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue