Skip to content

Commit c5b8d4f

Browse files
Remove quickbuild from normal builds
1 parent f234215 commit c5b8d4f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,15 @@ jobs:
163163
matrix:
164164
target: [win32,win64,winarm64]
165165
variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0]
166-
quickbuild: [1]
167166
include:
168167
- target: linux64
169168
variant: gpl
170-
quickbuild: ''
171169
- target: linux64
172170
variant: gpl 7.0
173-
quickbuild: ''
174171
- target: linuxarm64
175172
variant: gpl
176-
quickbuild: ''
177173
- target: linuxarm64
178174
variant: gpl 7.0
179-
quickbuild: ''
180175
steps:
181176
- name: Free Disk-Space
182177
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h

0 commit comments

Comments
 (0)