Fix CI failures: add vk-bootstrap submodule and fix MSYS2 stormlib

- Add vk-bootstrap as a git submodule (was in extern/ but not tracked,
  causing "vk-bootstrap not found" on all CI jobs)
- Whitelist extern/vk-bootstrap in .gitignore
- Move stormlib to a separate optional install step on both Windows CI
  jobs (mingw-w64-x86_64-stormlib doesn't exist in MSYS2 repos)
This commit is contained in:
Kelsi 2026-02-23 18:45:39 -08:00
parent ebab8f3ccc
commit 22fa771d00
4 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View file

@ -46,6 +46,7 @@ wowee
extern/*
!extern/.gitkeep
!extern/imgui
!extern/vk-bootstrap
# ImGui state
imgui.ini