Skip to content

Commit

Permalink
Bumped Vulkan SDK to 1.3.224.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kondrak committed Jul 8, 2023
1 parent 94fec72 commit 96d9c7e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linux
env:
VK_VERSION: 1.3.204.1
VK_VERSION: 1.3.224.1
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MacOS
env:
VK_VERSION: 1.3.204.1
VK_VERSION: 1.3.234.1
on:
push:
branches:
Expand Down
76 changes: 38 additions & 38 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Windows
env:
VK_VERSION: 1.3.204.1
VK_VERSION: 1.3.224.1
on:
push:
branches:
Expand All @@ -11,41 +11,41 @@ jobs:
runs-on: windows-2022

steps:
- uses: microsoft/setup-msbuild@v1.1
- uses: actions/checkout@v2
- uses: microsoft/setup-msbuild@v1.1
- uses: actions/checkout@v2

- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
version: $VK_VERSION
cache: true
- name: Build vkQuake2 Debug (x64)
run: msbuild quake2.sln /m /t:Rebuild /p:Configuration=Debug /p:Platform=x64
- name: Upload vkQuake2 Debug (x64) artifacts
uses: actions/upload-artifact@v2.1.3
with:
name: vkQuake2-Windows-debug-x64
path: |
Quake2
!Quake2/**/*.obj
!Quake2/**/*.exp
!Quake2/**/*.ilk
!Quake2/**/*.lib
!Quake2/**/*.pdb
!Quake2/**/*.iobj
!Quake2/**/*.ipdb
- name: Build vkQuake2 Release (x64)
run: msbuild quake2.sln /m /t:Rebuild /p:Configuration=Release /p:Platform=x64
- name: Upload vkQuake2 Release (x64) artifacts
uses: actions/upload-artifact@v2.1.3
with:
name: vkQuake2-Windows-release-x64
path: |
Quake2
!Quake2/**/*.obj
!Quake2/**/*.exp
!Quake2/**/*.ilk
!Quake2/**/*.lib
!Quake2/**/*.pdb
!Quake2/**/*.iobj
!Quake2/**/*.ipdb
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
version: $VK_VERSION
cache: true
- name: Build vkQuake2 Debug (x64)
run: msbuild quake2.sln /m /t:Rebuild /p:Configuration=Debug /p:Platform=x64
- name: Upload vkQuake2 Debug (x64) artifacts
uses: actions/upload-artifact@v2.1.3
with:
name: vkQuake2-Windows-debug-x64
path: |
Quake2
!Quake2/**/*.obj
!Quake2/**/*.exp
!Quake2/**/*.ilk
!Quake2/**/*.lib
!Quake2/**/*.pdb
!Quake2/**/*.iobj
!Quake2/**/*.ipdb
- name: Build vkQuake2 Release (x64)
run: msbuild quake2.sln /m /t:Rebuild /p:Configuration=Release /p:Platform=x64
- name: Upload vkQuake2 Release (x64) artifacts
uses: actions/upload-artifact@v2.1.3
with:
name: vkQuake2-Windows-release-x64
path: |
Quake2
!Quake2/**/*.obj
!Quake2/**/*.exp
!Quake2/**/*.ilk
!Quake2/**/*.lib
!Quake2/**/*.pdb
!Quake2/**/*.iobj
!Quake2/**/*.ipdb

0 comments on commit 96d9c7e

Please sign in to comment.