Skip to content

Commit

Permalink
Disable ldc-master in github actions
Browse files Browse the repository at this point in the history
because of ldc crashing
  • Loading branch information
drug007 committed Sep 22, 2022
1 parent b1ef479 commit bbc04e1
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, ldc-master, ldc-latest ]
dc: [ dmd-latest, ldc-latest ]

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

0 comments on commit bbc04e1

Please sign in to comment.