Skip to content

Commit 140484a

Browse files
authored
Add DUB install to VM initialization. (#8992)
1 parent 8e6f772 commit 140484a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
- uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 50
54+
55+
- name: Install Host D compiler
56+
uses: dlang-community/setup-dlang@v1
57+
5458
- name: Clone DMD
5559
run: |
5660
set -uexo pipefail
@@ -131,6 +135,10 @@ jobs:
131135
- uses: actions/checkout@v4
132136
with:
133137
fetch-depth: 50
138+
139+
- name: Install Host D compiler
140+
uses: dlang-community/setup-dlang@v1
141+
134142
- name: Run in VM
135143
uses: cross-platform-actions/[email protected]
136144
with:

0 commit comments

Comments
 (0)