Skip to content

Commit

Permalink
Disable dmd-master in github-actions
Browse files Browse the repository at this point in the history
because it fails to compile valid code
  • Loading branch information
drug007 committed May 19, 2022
1 parent d4ff986 commit d09cd71
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, ldc-master, ldc-latest ]
dc: [ dmd-latest, ldc-master, ldc-latest ]

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

0 comments on commit d09cd71

Please sign in to comment.