Skip to content

Commit

Permalink
CI: replace mingw-w64-x86_64-vulkan group with `mingw-w64-x86_64-vu…
Browse files Browse the repository at this point in the history
…lkan-devel`
  • Loading branch information
fleroviux authored May 9, 2024
1 parent e2abd3b commit f1a88d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: true
- uses: msys2/setup-msys2@v2
with:
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 mingw-w64-x86_64-vulkan
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 mingw-w64-x86_64-vulkan-devel
- name: Build Zephyr
run: |
cmake -B build \
Expand All @@ -32,4 +32,4 @@ jobs:
with:
name: Zephyr-win64
path: upload
if-no-files-found: error
if-no-files-found: error

0 comments on commit f1a88d1

Please sign in to comment.