Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
workflow: add vulkan sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrol committed Feb 2, 2024
1 parent 38bf857 commit 15acb8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ jobs:
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1

- name: Install Vulkan SDK
run: |
choco install vulkan-sdk
- name: Configure CMake
run: cmake --preset x64-windows
run: |
echo "VULKAN_SDK=$env:VULKAN_SDK" >> $GITHUB_ENV
cmake --preset x64-windows
- name: Build
run: cmake --build build

0 comments on commit 15acb8d

Please # to comment.