Skip to content

Commit 743278f

Browse files
committed
fix hk not found in ci.yml
1 parent e965d4e commit 743278f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
$MISE trust -y
5858
$MISE install -y
5959
$MISE reshim
60-
hk install --mise
60+
$HOME/.local/share/mise/shims/hk install --mise
6161
6262
- name: Run hk ci workflow
63-
run: hk run ci
63+
run: $HOME/.local/share/mise/shims/hk run ci
6464

6565
security_audit:
6666
name: Security Audit

0 commit comments

Comments
 (0)