Skip to content

Commit

Permalink
install bun with pkgx
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 21, 2024
1 parent 031a672 commit b97b9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
type minikube
minikube version
type bun
bun --version
bun --version || true
type tofu
tofu --version
type lima
Expand Down
4 changes: 2 additions & 2 deletions envhub.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
packages = [
"hello",
"bun"
"hello"
]

file ".bashrc" {
Expand Down Expand Up @@ -41,6 +40,7 @@ pkgx {
"bat",
"bazelisk",
"buf",
"bun",
"cue",
"deno",
"dhall",
Expand Down

0 comments on commit b97b9b7

Please sign in to comment.