Skip to content

Commit

Permalink
CI: Re-enable Windows jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed May 23, 2024
1 parent df2fc3f commit 54a711b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
- { os: macos-latest, dc: ldc-latest }
- { os: ubuntu-latest, dc: dmd-latest }
- { os: ubuntu-latest, dc: ldc-latest }
# https://github.com/dlang/dub/issues/1914
# https://github.com/dlang/dub/issues/1915
# - { os: windows-latest, dc: dmd-latest }
# - { os: windows-latest, dc: ldc-latest }
- { os: windows-latest, dc: dmd-latest }
- { os: windows-latest, dc: ldc-latest }

runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand Down

0 comments on commit 54a711b

Please sign in to comment.