Kelsidavis-WoWee/.github/workflows
Kelsi ae5c05e14e Fix CI: remove invalid 'dxc' brew formula and drop hard FSR3 runtime dependency
macOS: 'dxc' is not a valid Homebrew formula — the failing brew install line
was aborting early, preventing SDL2 and other packages from being installed.
Removed 'dxc' from the brew install command.

Linux arm64 / Windows: the add_dependencies(wowee wowee_fsr3_official_runtime_copy)
forced the FSR3 Kits build (including VK permutation generation) into every
normal cmake --build invocation. This broke arm64 (no DXC binary available) and
Windows MSYS2 (bash script ran in wrong shell context, exit 127). The FSR3 Path A
runtime is now a strictly opt-in artifact — build it explicitly with:
  cmake --build build --target wowee_fsr3_official_runtime_copy
The main wowee binary still loads it dynamically at runtime when present and
falls back gracefully when it is not.
2026-03-09 13:23:39 -07:00
..
build.yml Fix CI: remove invalid 'dxc' brew formula and drop hard FSR3 runtime dependency 2026-03-09 13:23:39 -07:00
release.yml Reduce release log spam and harden release logging defaults 2026-02-25 09:46:27 -08:00
security.yml Fix release packaging and macOS stack overflow crash 2026-02-25 01:55:16 -08:00