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

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krisvers authored May 3, 2024
1 parent eb8e379 commit 1188aae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: Install CMake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.12.x'
- name: Configure and build kgfx_vulkan
shell: msys2 {0}
run: |
Expand All @@ -75,6 +79,10 @@ jobs:
uses: actions/checkout@v4
- name: Install MinGW
uses: msys2/setup-msys2@v2
- name: Install CMake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.12.x'
- name: Configure and build kgfx_d3d12
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 1188aae

Please sign in to comment.