Skip to content

Fix remaining dependency in CI #43

Fix remaining dependency in CI

Fix remaining dependency in CI #43

Workflow file for this run

name: Windows Build
on:
push:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout the current branch
uses: actions/checkout@v3
with:
submodules: true
- name: Prepare Vulkan SDK
uses: humbletim/[email protected]
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: Build framework
run: |
cmake -S . -B build
cmake --build build --config Debug