Skip to content

Commit

Permalink
Update gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Dec 27, 2023
1 parent 6d13de8 commit 671ab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Unpack SDK
run: |
mkdir vulkan-sdk
tar -xvf vulkan-sdk.tar.gz -C vulkan-sdk --strip-components 1
tar -xvf vulkan-sdk.tar.gz -C vulkan-sdk --strip-components 2
- name: Remove x86_64
run: rm -r vulkan-sdk/x86_64
- name: Build SDK
Expand Down

0 comments on commit 671ab65

Please sign in to comment.