Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit acbbac1

Browse files
committed
Fixup uv tool install command
1 parent e5e039a commit acbbac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Install jumpstarter
1212
shell: bash
1313
run: |
14-
uv tool install "git+https://github.com/jumpstarter-dev/jumpstarter.git"
14+
uv tool install "git+https://github.com/jumpstarter-dev/jumpstarter.git#subdirectory=packages/jumpstarter-cli"
1515
- name: Checkout jumpstarter controller
1616
uses: actions/checkout@v4
1717
with:

0 commit comments

Comments
 (0)