Skip to content

Commit

Permalink
Remove quickbuild from normal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil-admirari committed Aug 31, 2024
1 parent 0c344b0 commit 47536c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,15 @@ jobs:
matrix:
target: [win32,win64,winarm64]
variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0]
quickbuild: [1]
include:
- target: linux64
variant: gpl
quickbuild: ''
- target: linux64
variant: gpl 7.0
quickbuild: ''
- target: linuxarm64
variant: gpl
quickbuild: ''
- target: linuxarm64
variant: gpl 7.0
quickbuild: ''
steps:
- name: Free Disk-Space
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
Expand Down

0 comments on commit 47536c1

Please sign in to comment.