mirror of
https://github.com/pfusik/xasm.git
synced 2024-11-01 00:05:53 +00:00
Fix "Error processing arguments: Missing value for argument --compiler=".
This commit is contained in:
parent
a4225b6128
commit
57661276c2
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user