Skip to content

Commit

Permalink
Free disk space in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed Nov 16, 2024
1 parent bd6d067 commit 646ff60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
artifact: streampanel-windows-amd64.zip
name: build
steps:
- name: Free disk space
if: ${{ matrix.target.name == 'ENABLE_VLC=false dockerbuild-streampanel-android-arm64' }}
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v4
- uses: crazy-max/ghaction-setup-docker@v3
if: ${{ matrix.target.name == 'ENABLE_VLC=false dockerbuild-streampanel-android-arm64' }}
Expand Down

0 comments on commit 646ff60

Please sign in to comment.