Update build.yaml

This commit is contained in:
Itxaka 2023-05-19 18:53:05 +02:00 committed by GitHub
parent 511bca8bd0
commit 90c88d668d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@ jobs:
downloadAllMeta: false
downloadFromList: true
downloadMeta: true
- name: Release space from worker
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
- name: Build packages 🔧
uses: luet-lab/luet-github-action@master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}