Skip to content

Commit

Permalink
ngscopeclient#470: Fix for Vulkan SDK not found within MinGW. Hard co…
Browse files Browse the repository at this point in the history
…ded VULKAN_SDK for the makepkg-mingw command.
  • Loading branch information
Johnsel committed Aug 19, 2022
1 parent 0ec5f20 commit fb9e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Build
run: |
cd msys2
MINGW_ARCH=mingw64 makepkg-mingw --noconfirm --noprogressbar -sCLf
VULKAN_SDK=C:/VulkanSDK/1.3.216.0 MINGW_ARCH=mingw64 makepkg-mingw --noconfirm --noprogressbar -sCLf
- name: Test
run: |
Expand Down

0 comments on commit fb9e040

Please sign in to comment.