Skip to content

Commit

Permalink
[ci] Add a command to tell us which file type the Vulkan SDK archive is
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jul 13, 2024
1 parent d691467 commit 1bfa0c7
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 @@ -93,6 +93,7 @@ jobs:
https://sdk.lunarg.com/sdk/download/${{ env.INEXOR_VULKAN_VERSION }}/linux/vulkansdk-linux-x86_64-${{ env.INEXOR_VULKAN_VERSION }}.tar.xz
# Create Vulkan SDK directory and extract
mkdir "${{ env.INEXOR_VULKAN_SDK_PATH }}"
file vulkansdk.tar.xz
tar xfz vulkansdk.tar.xz -C "${{ env.INEXOR_VULKAN_SDK_PATH }}"
- name: Checkout
Expand Down

0 comments on commit 1bfa0c7

Please sign in to comment.