diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index cebbcd5..b179651 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - TILT_VERSION: '0.33.21' + TILT_VERSION: 'v0.33.21' jobs: tests: @@ -22,11 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Tilt - uses: yokawasa/action-setup-kube-tools@v0.11.2 - with: - setup-tools: | - tilt - tilt: ${{ env.TILT_VERSION }} + run: curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/${TILT_VERSION}/scripts/install.sh | bash - name: Setup pnpm uses: pnpm/action-setup@v4