Skip to content

Commit 4e995fe

Browse files
authored
Fix D installation by installing dtools to run D as script
1 parent 5924bb4 commit 4e995fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/run.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: oven-sh/setup-bun@v1
2121

2222
- name: Set up D
23-
run: brew install ldc
23+
run: brew install ldc dtools
2424

2525
- name: Set up Dart
2626
run: |

0 commit comments

Comments
 (0)