Skip to content

Commit e4ff88d

Browse files
authored
Update make.yml
1 parent e098b8e commit e4ff88d

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: make
26+
run: (dmd && make) || true
2727
- name: make tree-query-build
28-
run: make tree-query-build
28+
run: (ldc && make tree-query-build) || true
2929
- name: make distcheck
3030
run: make distcheck

0 commit comments

Comments
 (0)