Skip to content

Commit 2a5b526

Browse files
committed
Disable all dub upgrade actions
1 parent 2747917 commit 2a5b526

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/dub.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
run: dub build --build=release --config=library
5757

5858
# cache
59-
- uses: WebFreak001/[email protected]
60-
if: startsWith(matrix.os, 'windows')
61-
with: { store: true }
59+
# - uses: WebFreak001/[email protected]
60+
# if: startsWith(matrix.os, 'windows')
61+
# with: { store: true }
6262

6363
# Older compiler versions
6464
build-older:
@@ -103,12 +103,12 @@ jobs:
103103
with:
104104
compiler: ${{ matrix.compiler }}
105105

106-
- name: Upgrade dub dependencies
107-
uses: WebFreak001/[email protected]
106+
# - name: Upgrade dub dependencies
107+
# uses: WebFreak001/[email protected]
108108

109109
- name: Build Library
110110
run: dub build --build=release --config=library
111111

112112
# cache
113-
- uses: WebFreak001/[email protected]
114-
with: { store: true }
113+
# - uses: WebFreak001/[email protected]
114+
# with: { store: true }

0 commit comments

Comments
 (0)