Skip to content

Commit db0ce3e

Browse files
authored
ci: install tilt with bash command (#170)
1 parent 9d3d5b0 commit db0ce3e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
TILT_VERSION: '0.33.21'
15+
TILT_VERSION: 'v0.33.21'
1616

1717
jobs:
1818
tests:
@@ -22,11 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Setup Tilt
25-
uses: yokawasa/[email protected]
26-
with:
27-
setup-tools: |
28-
tilt
29-
tilt: ${{ env.TILT_VERSION }}
25+
run: curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/${TILT_VERSION}/scripts/install.sh | bash
3026

3127
- name: Setup pnpm
3228
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)