Skip to content

Commit

Permalink
use dmd instead of ldc for github actions
Browse files Browse the repository at this point in the history
MESYETI committed Apr 2, 2024
1 parent e80a5c5 commit 0ecb82f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- name: 'Build & Test'
run: |
# Build the project, with its main file included, without unittests
dub build -b release --compiler=ldc
dub build -b release
- name: Upload
uses: actions/upload-artifact@v3
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ int main(string[] args) {
break;
}
case "--version": {
writeln("Callisto compiler beta 0.1");
writeln("Callisto compiler beta release 0.1");
break;
}
default: {

0 comments on commit 0ecb82f

Please sign in to comment.