Skip to content

Commit e98b698

Browse files
committed
CI: Install Bun and Deno
1 parent 9399127 commit e98b698

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/run.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Update Homebrew registry
1717
run: brew update
1818

19+
- name: Set up Bun
20+
uses: oven-sh/setup-bun@v1
21+
1922
- name: Set up Dart
2023
run: |
2124
brew tap dart-lang/dart
@@ -24,6 +27,9 @@ jobs:
2427
- name: Set up Dotnet
2528
run: brew install dotnet
2629

30+
- name: Set up Deno
31+
run: brew install deno
32+
2733
- name: Set up Elixir
2834
run: brew install elixir
2935

0 commit comments

Comments
 (0)