Skip to content

Commit

Permalink
Remove dub upgrade while it is broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed Aug 28, 2024
1 parent 1adca67 commit 179ecf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
with:
compiler: ${{ matrix.compiler }}

- name: Upgrade dub dependencies
uses: WebFreak001/[email protected]
# Broken, try without it for now.
# - name: Upgrade dub dependencies
# uses: WebFreak001/[email protected]

- name: Build Library
run: dub build --build=release --config=library
Expand Down

0 comments on commit 179ecf1

Please sign in to comment.