Skip to content

Commit 1f6c4ce

Browse files
committed
fix: workflow
1 parent 2578633 commit 1f6c4ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ jobs:
102102
restore-keys: |
103103
${{ runner.os }}-qt-
104104
105-
- if: ${{ steps.cache-qt-windows.outputs.cache-hit != 'true' }}
106-
name: Install dependencies
107-
run: |
108-
.\scripts\setup.ps1 --static
109-
110105
- if: ${{ steps.cache-qt-windows.outputs.cache-hit == 'true' }}
111106
name: Install dependencies with cached Qt
112107
run: |
113108
echo "Nothong to do!"
114109
110+
- if: ${{ steps.cache-qt-windows.outputs.cache-hit != 'true' }}
111+
name: Install dependencies
112+
run: |
113+
.\scripts\setup.ps1 --static
114+
115115
- name: Build project
116116
run: |
117117
.\scripts\configure.ps1

0 commit comments

Comments
 (0)