Skip to content

Commit d3140d4

Browse files
committed
CI: Actually use the requested compiler
We were always testing with dmd-latest.
1 parent c7da1d9 commit d3140d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: dlang-community/setup-dlang@v1
18+
with:
19+
compiler: ${{ matrix.dc }}
1820

1921
- name: 'Build & Test'
2022
shell: bash

0 commit comments

Comments
 (0)