Skip to content

Commit

Permalink
Free disk space before building the images
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Nov 23, 2023
1 parent 30768ce commit 0b3c22b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
echo "args<<EOF" >> $GITHUB_OUTPUT
echo ${{ matrix.config.build_args }} | sed 's/,/\n/g' >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Free Disk space
shell: bash
run: |
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
- name: Build new image and Load it into Docker for testing
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 0b3c22b

Please sign in to comment.