Skip to content

Commit

Permalink
change github actions dmd version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst committed Nov 30, 2023
1 parent f6ac9b3 commit 8dfa5c0
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-2.098.0
compiler: dmd-2.096.1
- name: Build
run: dub build
- name: Style checks
Expand Down

0 comments on commit 8dfa5c0

Please sign in to comment.