We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6f772 commit 140484aCopy full SHA for 140484a
.github/workflows/main.yml
@@ -51,6 +51,10 @@ jobs:
51
- uses: actions/checkout@v4
52
with:
53
fetch-depth: 50
54
+
55
+ - name: Install Host D compiler
56
+ uses: dlang-community/setup-dlang@v1
57
58
- name: Clone DMD
59
run: |
60
set -uexo pipefail
@@ -131,6 +135,10 @@ jobs:
131
135
132
136
133
137
138
139
140
141
134
142
- name: Run in VM
143
uses: cross-platform-actions/[email protected]
144
0 commit comments