Skip to content

Commit

Permalink
Enable ldc2 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drug007 committed Jan 9, 2022
1 parent 0d37c26 commit dafdf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
# Latest stable version, update at will
os: [ ubuntu-18.04, windows-2019 ]
dc: [ dmd-latest, dmd-master ]
dc: [ dmd-latest, dmd-master, ldc-master, ldc-latest ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit dafdf7a

Please sign in to comment.