Skip to content

Commit

Permalink
Revert "ci/mingw: use vulkan-loader v1.3.266"
Browse files Browse the repository at this point in the history
This reverts commit 9d8dfc7.
  • Loading branch information
kasper93 committed Dec 3, 2023
1 parent f551a9d commit e1597b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build-mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ _spirv_cross () {
_spirv_cross_mark=lib/libspirv-cross-c-shared.dll.a

_vulkan_headers () {
[ -d Vulkan-Headers ] || $gitclone https://github.com/KhronosGroup/Vulkan-Headers -b v1.3.266
[ -d Vulkan-Headers ] || $gitclone https://github.com/KhronosGroup/Vulkan-Headers
builddir Vulkan-Headers
cmake .. "${cmake_args[@]}"
makeplusinstall
Expand All @@ -171,7 +171,7 @@ _vulkan_headers () {
_vulkan_headers_mark=include/vulkan/vulkan.h

_vulkan_loader () {
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader -b v1.3.266
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader
builddir Vulkan-Loader
cmake .. "${cmake_args[@]}" \
-DENABLE_WERROR=OFF
Expand Down

0 comments on commit e1597b4

Please sign in to comment.