Skip to content

Commit

Permalink
[ci] Attempt to fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jul 13, 2024
1 parent 005e57f commit b789ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
export CC=${{ matrix.config.cc }}
export CXX=${{ matrix.config.cxx }}
export VULKAN_SDK="${{ env.INEXOR_VULKAN_SDK_PATH }}/${{ env.INEXOR_VULKAN_VERSION }}/x86_64"
export Vulkan_INCLUDE_DIR="${{ env.INEXOR_VULKAN_SDK_PATH }}/${{ env.INEXOR_VULKAN_VERSION }}/x86_64"
export PATH=$VULKAN_SDK/bin:$PATH
cmake . \
-Bbuild \
Expand Down

0 comments on commit b789ac2

Please sign in to comment.