Skip to content

Commit

Permalink
Update Build.yml to use VK 1.3.296.0. This should be reverted in the …
Browse files Browse the repository at this point in the history
…future.
  • Loading branch information
AndrewRichards-Code authored Jan 30, 2025
1 parent 43abdd5 commit df1a9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Vulkan SDK
uses: humbletim/[email protected]
with:
version: latest
version: 1.3.296.0
cache: true

- name: Configure CMake
Expand All @@ -36,4 +36,4 @@ jobs:

- name: Build Debug
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --target ALL_BUILD --config Debug
run: cmake --build ${{github.workspace}}/build --target ALL_BUILD --config Debug

0 comments on commit df1a9fb

Please sign in to comment.