1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-05-31 10:41:28 +00:00

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

View File

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