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

Commit

Permalink
workflow: attempt fix vulkan again
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrol committed Feb 2, 2024
1 parent 3b73f0a commit 16296d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ name: CI

on: [push, workflow_dispatch]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VCPKG_FEATURE_FLAGS: dependencygraph

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -20,6 +26,9 @@ jobs:
vulkan-components: Vulkan-Headers, Glslang
vulkan-use-cache: true

- name: Pass VULKAN_SDK to CMake
run: echo "VULKAN_SDK=$VULKAN_SDK" >> $GITHUB_ENV

- name: Configure CMake
run:
cmake --preset x64-windows
Expand Down

0 comments on commit 16296d8

Please # to comment.