Skip to content

Commit 4289aa8

Browse files
authored
set correct strip components level
1 parent bfb2aaa commit 4289aa8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/linux-setup-spacemit/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ runs:
1717
with:
1818
url: https://archive.spacemit.com/toolchain/spacemit-toolchain-linux-glibc-x86_64-v${{ inputs.version }}.tar.xz
1919
path: ${{ inputs.path }}
20+
strip: 1

.github/actions/linux-setup-vulkan/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ runs:
1717
with:
1818
url: https://sdk.lunarg.com/sdk/download/${{ inputs.version }}/linux/vulkan_sdk.tar.xz
1919
path: ${{ inputs.path }}
20+
strip: 1

0 commit comments

Comments
 (0)