diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12c68d5..39ce891 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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) diff --git a/action.yml b/action.yml index eb7094b..b74a330 100644 --- a/action.yml +++ b/action.yml @@ -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 != ''