Fix "Error processing arguments: Missing value for argument --compiler=".

This commit is contained in:
Piotr Fusik 2022-11-29 14:04:51 +01:00
parent a4225b6128
commit 57661276c2
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ jobs:
- uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- run: dub build --compiler=$DC
- run: dub test --compiler=$DC
- run: dub build
- run: dub test