ci: install vulkan-headers package in MSYS2

This commit is contained in:
Rosalie Wanders 2024-05-04 14:38:46 +02:00
parent d8cb2faa9e
commit d46a1d06d2

View file

@ -126,6 +126,7 @@ jobs:
mingw-w64-${{ matrix.cross }}-nasm
mingw-w64-${{ matrix.cross }}-SDL2
mingw-w64-${{ matrix.cross }}-zlib
mingw-w64-${{ matrix.cross }}-vulkan-headers
- name: Build and related stuff, backup binaries
run: |
echo "G_REV=$(git rev-parse --short HEAD)" >> "${GITHUB_ENV}"