Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/actions/prebuild/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ description: Reusable action to configure the build environment for MicroShift
runs:
using: "composite"
steps:
# See https://github.com/jlumbroso/free-disk-space for more details
- name: Free disk space
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: false

- name: Prepare the build and run environment
shell: bash
run: |
Expand Down
Loading