Skip to content

Commit 179ecf1

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dub.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
with:
3939
compiler: ${{ matrix.compiler }}
4040

41-
- name: Upgrade dub dependencies
42-
uses: WebFreak001/dub-upgrade@v0.1.1
41+
# Broken, try without it for now.
42+
# - name: Upgrade dub dependencies
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)