Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Aug 6, 2024
1 parent 9c81fe1 commit 2705974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
python-version: '3.x'
- name: Install Vulkan SDK
uses: jakoch/install-vulkan-sdk-action@v1.0.4
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
install_runtime: true
cache: true
stripdown: true
vulkan-query-version: 1.3.290.0
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: Install dependencies
run: python -m pip install meson==${{ matrix.meson_version }} ninja
- name: Configure Project
Expand Down

0 comments on commit 2705974

Please sign in to comment.