Skip to content

Commit

Permalink
Actions, force Vulkan sdk 1.3.246.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LLeny authored Jul 2, 2023
1 parent 74d8f42 commit 3ef3fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' || matrix.os == 'macos-latest' }}
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: latest
vulkan-query-version: 1.3.246.1
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang, SPIRV-Tools
vulkan-use-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: latest
vulkan-query-version: 1.3.246.1
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang, SPIRV-Tools
vulkan-use-cache: true
- name: Configure CMake
Expand Down

0 comments on commit 3ef3fad

Please sign in to comment.