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

workflow: alternative vulkan sdk #28

workflow: alternative vulkan sdk

workflow: alternative vulkan sdk #28

Workflow file for this run

name: CI
on: [push, workflow_dispatch]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
-name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0

Check failure on line 17 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
with:
vulkan-query-version: 1.2.198.1
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: Configure CMake
run:
cmake --preset x64-windows
- name: Build
run: cmake --build build