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 a46d2c4Copy full SHA for a46d2c4
.github/workflows/dub.yml
@@ -39,7 +39,8 @@ jobs:
39
compiler: ${{ matrix.compiler }}
40
41
- name: Upgrade dub dependencies
42
- uses: WebFreak001/dub-upgrade@v0.1.1
+ # Broken, try without it for now.
43
+ # uses: WebFreak001/dub-upgrade@v0.1.1
44
45
- name: Build Library
46
run: dub build --build=release --config=library
0 commit comments