Skip to content

Commit

Permalink
Fix CI build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux committed Sep 10, 2022
1 parent 0b84c92 commit e791328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
install: |
git
wget
mingw-w64-x86_64-toolchain mingw-w64-glslang
mingw-w64-x86_64-toolchain
- name: Install Vulkan SDK
run: |
Expand All @@ -69,7 +69,7 @@ jobs:
echo "PATH=/c/VulkanSDK/1.3.224.1/Bin:\$PATH" >> ~/.bash_profile
echo "export VK_SDK_PATH=/c/VulkanSDK/1.3.224.1" >> ~/.bash_profile
echo "export VULKAN_SDK=/c/VulkanSDK/1.3.224.1" >> ~/.bash_profile
echo "export GLSLANG_BUILD_PATH=/mingw64" >> ~/.bash_profile
- name: Build
run: |
cd msys2
Expand Down

0 comments on commit e791328

Please sign in to comment.