Skip to content

Commit

Permalink
use dmd instead of ldc for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Apr 2, 2024
1 parent e80a5c5 commit 0ecb82f
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0ecb82f

Please sign in to comment.