fixing CI
Some checks failed
Windows / build (windows-x86_64) (push) Failing after 2s
Windows / build (ubuntu-latest) (push) Failing after 14s
Windows / build (macos-x86_64) (push) Has been cancelled

This commit is contained in:
2026-01-18 16:00:35 +01:00
parent 394d2dc358
commit 4e3c2f9983
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ jobs:
# Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository
run: xmake repo --update
run: xmake repo --root --update
# Build the mlx
- name: Build MacroLibX

View File

@@ -1,4 +1,4 @@
# KVF <a href="https://git.kbz8.me/kbz_8/KVF/actions?workflows=linux.yml"><img src="https://git.kbz8.me/kbz_8/KVF/actions/workflows/linux.yml/badge.svg"></a> <a href="https://git.kbz8.me/kbz_8/KVF/actions?workflows=macos.yml"><img src="https://git.kbz8.me/kbz_8/KVF/actions/workflows/macos.yml/badge.svg"></a>
# KVF <a href="https://git.kbz8.me/kbz_8/KVF/actions?workflows=CI.yml"><img src="https://git.kbz8.me/kbz_8/KVF/actions/workflows/CI.yml/badge.svg"></a>
KVF (kbz_8 vulkan framework) is a lightweight single-header Vulkan framework written in C99 to simplify the creation of Vulkan applications.
It is designed to be a drop in framework inside any existing Vulkan renderer as it does not use any custom types of structs (except for the graphics pipeline builder).