Skip to content

Commit

Permalink
Merge branch 'bump-ci-vulkan-sdk' of https://github.com/AnyOldName3/V…
Browse files Browse the repository at this point in the history
…ulkanSceneGraph into AnyOldName3-bump-ci-vulkan-sdk
  • Loading branch information
robertosfield committed Oct 16, 2024
2 parents c7c632d + 6f1fb6f commit 077ecb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
vulkan-version: [1.3.224.1]
vulkan-version: [1.3.250.1]
build-shared: [OFF]
include:
- build-shared: ON
os: windows-latest
vulkan-version: 1.3.224.1
vulkan-version: 1.3.250.1
continue-on-error: ${{ matrix.vulkan-version == 'latest' }}

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
cmake-version: ${{ env.CMakeVersion }}
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
uses: humbletim/install-vulkan-sdk@c2aa128094d42ba02959a660f03e0a4e012192f9
with:
version: ${{ matrix.vulkan-version }}
cache: true
Expand Down

0 comments on commit 077ecb4

Please sign in to comment.