Skip to content

Fix shady include dir of json-c #30

Fix shady include dir of json-c

Fix shady include dir of json-c #30

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/setup-vulkan-sdk@v1.2.0
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