Skip to content

Commit a46d2c4

Browse files
committed
Remove dub upgrade while it is broken.
1 parent 1adca67 commit a46d2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dub.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
compiler: ${{ matrix.compiler }}
4040

4141
- name: Upgrade dub dependencies
42-
uses: WebFreak001/dub-upgrade@v0.1.1
42+
# Broken, try without it for now.
43+
# uses: WebFreak001/dub-upgrade@v0.1.1
4344

4445
- name: Build Library
4546
run: dub build --build=release --config=library

0 commit comments

Comments
 (0)