Skip to content

Commit

Permalink
ci: install tilt with bash command (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored Dec 29, 2024
1 parent 9d3d5b0 commit db0ce3e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
TILT_VERSION: '0.33.21'
TILT_VERSION: 'v0.33.21'

jobs:
tests:
Expand All @@ -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
Expand Down

0 comments on commit db0ce3e

Please sign in to comment.