Skip to content

Commit 0f095e0

Browse files
authored
Update make.yml
1 parent 1cb46bc commit 0f095e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
compiler: ${{ matrix.dc }}
2525
- name: make tree-query
26-
run: (dmd && make) || true
26+
run: (dmd && make && echo "Built successfully with DMD Reference Compiler!") || true
2727
- name: make tree-query-build
28-
run: (ldc && make tree-query-build) || true
28+
run: (ldc2 && make tree-query-build && echo "Built successfully with LLVM D Compiler!") || true
2929
#- name: make distcheck
3030
# run: make distcheck

0 commit comments

Comments
 (0)