Skip to content

Commit fc61739

Browse files
authored
set fixed dmd version for github actions
1 parent 25586ac commit fc61739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install D
2626
uses: dlang-community/setup-dlang@v1
2727
with:
28-
compiler: dmd-latest
28+
compiler: dmd-2.098.0
2929
- name: Build
3030
run: dub build
3131
- name: Style checks

0 commit comments

Comments
 (0)