github actions check

This commit is contained in:
Ben Kyd
2023-12-20 16:02:24 +00:00
parent 96ab5e540c
commit 9545a6264d

View File

@@ -18,6 +18,8 @@ jobs:
vulkan-query-version: 1.3.204.0
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: packages
run: apt install glfw3
- name: configure
run: mkdir build && cd build && cmake ..
- name: make