mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-04 01:50:01 +00:00
GitHub Actions don't know gdc.
This commit is contained in:
parent
1da9f77458
commit
a4225b6128
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
dc: [dmd-latest, gdc-latest, ldc-latest]
|
||||
dc: [dmd-latest, ldc-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
Loading…
Reference in New Issue
Block a user