mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-21 09:27:17 +00:00
Update build.yaml
This commit is contained in:
parent
511bca8bd0
commit
90c88d668d
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -25,6 +25,10 @@ jobs:
|
|||||||
downloadAllMeta: false
|
downloadAllMeta: false
|
||||||
downloadFromList: true
|
downloadFromList: true
|
||||||
downloadMeta: 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 🔧
|
- name: Build packages 🔧
|
||||||
uses: luet-lab/luet-github-action@master
|
uses: luet-lab/luet-github-action@master
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user