Skip to content

Commit f307641

Browse files
committed
fix path to bun's bin
1 parent 26417bc commit f307641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
### bun installation
9292
curl -fsSL https://bun.sh/install | bash
9393
94-
~/.bun/bin upgrade
94+
~/.bun/bin/bun upgrade
9595
9696
which python; python --version
9797
echo uv $(uv --version)
98-
echo bun $(~/.bun/bin --version)
98+
echo bun $(~/.bun/bin/bun --version)
9999
nginx -v
100100
firefox --version
101101

0 commit comments

Comments
 (0)