We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adca67 commit 179ecf1Copy full SHA for 179ecf1
.github/workflows/dub.yml
@@ -38,8 +38,9 @@ jobs:
38
with:
39
compiler: ${{ matrix.compiler }}
40
41
- - name: Upgrade dub dependencies
42
- uses: WebFreak001/dub-upgrade@v0.1.1
+ # Broken, try without it for now.
+ # - name: Upgrade dub dependencies
43
+ # uses: WebFreak001/dub-upgrade@v0.1.1
44
45
- name: Build Library
46
run: dub build --build=release --config=library
0 commit comments