[GitHub Actions] Fix install pack
This commit is contained in:
2
.github/actions/install-pack/action.yml
vendored
2
.github/actions/install-pack/action.yml
vendored
@@ -6,4 +6,4 @@ runs:
|
||||
steps:
|
||||
- name: 'Install Pack'
|
||||
shell: bash
|
||||
run: (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.27.0/pack-v0.27.0-linux.tgz" | tar -C /usr/local/bin/ --no-same-owner -xzv pack)
|
||||
run: (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.27.0/pack-v0.27.0-linux.tgz" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)
|
||||
|
||||
Reference in New Issue
Block a user