File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 strategy :
1212 matrix :
13- os : [ubuntu-latest, windows-latest, macOS-latest]
13+ os : [ubuntu-latest, macOS-latest]
1414 dc : [dmd-latest, ldc-latest, dmd-2.085.0, ldc-1.17.0]
1515 exclude :
1616 - { os: macOS-latest, dc: dmd-2.085.0 }
2323 with :
2424 compiler : ${{ matrix.dc }}
2525 - name : make tree-query
26- run : (dmd && make && echo "Built successfully with DMD Reference Compiler!") || true
26+ run : (which dmd && make && echo "Built successfully with DMD Reference Compiler!") || true
2727 - name : make tree-query-build
28- run : (ldc2 && make tree-query-build && echo "Built successfully with LLVM D Compiler!") || true
28+ run : (which ldc2 && make tree-query-build && echo "Built successfully with LLVM D Compiler!") || true
2929 # - name: make distcheck
3030 # run: make distcheck
You can’t perform that action at this time.
0 commit comments