Skip to content

Commit

Permalink
build-windows.yml: bump Vulkan SDK to 1.3.268.0
Browse files Browse the repository at this point in the history
Updated as per documentation.
  • Loading branch information
hansemro committed Dec 2, 2023
1 parent c36f444 commit 560ec32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VULKAN_SDK_VERSION: 1.3.250.1
VULKAN_SDK_VERSION: 1.3.268.0

jobs:

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
cd ~
git clone https://github.com/KhronosGroup/glslang.git
cd glslang
git checkout tags/sdk-${{ env.VULKAN_SDK_VERSION }}
git checkout tags/vulkan-sdk-${{ env.VULKAN_SDK_VERSION }}
git clone https://github.com/google/googletest.git External/googletest
cd External/googletest
git checkout 0c400f67fcf305869c5fb113dd296eca266c9725
Expand Down

0 comments on commit 560ec32

Please sign in to comment.