We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9399127 commit e98b698Copy full SHA for e98b698
.github/workflows/run.yaml
@@ -16,6 +16,9 @@ jobs:
16
- name: Update Homebrew registry
17
run: brew update
18
19
+ - name: Set up Bun
20
+ uses: oven-sh/setup-bun@v1
21
+
22
- name: Set up Dart
23
run: |
24
brew tap dart-lang/dart
@@ -24,6 +27,9 @@ jobs:
27
- name: Set up Dotnet
25
28
run: brew install dotnet
26
29
30
+ - name: Set up Deno
31
+ run: brew install deno
32
33
- name: Set up Elixir
34
run: brew install elixir
35
0 commit comments