Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
binaryPath: tuist
version: 4.80.0
url: https://github.com/tuist/tuist/releases/download/4.80.0/tuist.zip

ignoreUnsafeArchiveEntries: true

EOF

- name: Setup Luca (with tools)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.github_token || github.token }}
run: curl -fsSL https://luca.tools/install.sh | bash
run: curl -fsSL https://luca.tools/install.sh | INSTALL_DIR=/usr/local/bin bash

- name: Install tools
if: inputs.spec != ''
Expand Down
Loading