Skip to content

Commit

Permalink
Free up disk space in build VM
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 24, 2024
1 parent 6bd6586 commit cc2747c
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 @@ -41,6 +41,9 @@ jobs:
matrix:
target: ${{ fromJson(needs.gather_targets.outputs.targets) }}
steps:
- name: Free up disk space
run: rm -rf /opt/hostedtoolcache

- uses: actions/checkout@v4
with:
repository: freifunk-gluon/gluon
Expand Down

0 comments on commit cc2747c

Please sign in to comment.