We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80a5c5 commit 0ecb82fCopy full SHA for 0ecb82f
.github/workflows/d.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: 'Build & Test'
30
run: |
31
# Build the project, with its main file included, without unittests
32
- dub build -b release --compiler=ldc
+ dub build -b release
33
34
- name: Upload
35
uses: actions/upload-artifact@v3
source/app.d
@@ -129,7 +129,7 @@ int main(string[] args) {
129
break;
130
}
131
case "--version": {
132
- writeln("Callisto compiler beta 0.1");
+ writeln("Callisto compiler beta release 0.1");
133
134
135
default: {
0 commit comments