Merge pull request #1075 from Rosalie241/ci-fix

ci: install vulkan-headers package in MSYS2
This commit is contained in:
Richard Goedeken 2024-05-06 19:54:10 -07:00 committed by GitHub
commit db5fb1a2de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}"