Skip to content

Commit ecaea3c

Browse files
committed
ci: extract splitsh tarball to fresh subdir to avoid /tmp perms error
1 parent f77257e commit ecaea3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/split-php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
3434
- name: Install splitsh-lite
3535
run: |
36-
curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz | tar -xz -C /tmp
37-
sudo mv /tmp/splitsh-lite /usr/local/bin/
36+
mkdir -p /tmp/splitsh
37+
curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz | tar -xz -C /tmp/splitsh
38+
sudo mv /tmp/splitsh/splitsh-lite /usr/local/bin/
3839
3940
- name: Determine ref to mirror
4041
id: ref

0 commit comments

Comments
 (0)