mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
update workflow
This commit is contained in:
parent
6a6465e12e
commit
b5678a9ce5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -16,10 +16,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pacman -Syu --noconfirm \
|
pacman -Syu --noconfirm \
|
||||||
base-devel \
|
base-devel \
|
||||||
git sdl3 \
|
git \
|
||||||
clang llvm \
|
clang llvm \
|
||||||
cmake meson ninja \
|
cmake ninja \
|
||||||
glslang vulkan-headers vulkan-icd-loader
|
spirv-headers vulkan-headers vulkan-icd-loader
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Configure with CMake and Ninja
|
- name: Configure with CMake and Ninja
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue