Skip to content

Commit

Permalink
set fixed dmd version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst authored Nov 28, 2023
1 parent 25586ac commit fc61739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install D
uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
compiler: dmd-2.098.0
- name: Build
run: dub build
- name: Style checks
Expand Down

0 comments on commit fc61739

Please sign in to comment.