Skip to content

Update slang submodule #44

Update slang submodule

Update slang submodule #44

Workflow file for this run

name: macOS Build
on:
push:
branches: [ develop ]
jobs:
build:
runs-on: macos-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 -DCMAKE_BUILD_TYPE=Debug -S . -B build
cmake --build build