Skip to content

Commit

Permalink
Update build_pc_client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy authored Jul 26, 2024
1 parent b36a9b2 commit 32e9daa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_pc_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
runs-on: windows-latest

steps:
- name: Initial Checks
run: cmake --version
- name: Install Vulkan
- name: Vulkan
uses: humbletim/[email protected]
with:
version: 1.3.290.0
cache: true
quiet: true
- name: Initial Checks
run: cmake --version
echo %VULKAN_SDK_DIR%
echo %VULKAN_SDK%
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 32e9daa

Please sign in to comment.