mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
github/workflows: Free up disk space on zephyr workflow.
The zephyr builds take up quite a lot of space. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
9
.github/workflows/ports_zephyr.yml
vendored
9
.github/workflows/ports_zephyr.yml
vendored
@@ -20,6 +20,15 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
# Only free up a few things so this step runs quickly.
|
||||
android: false
|
||||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: false
|
||||
docker-images: false
|
||||
swap-storage: false
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install packages
|
||||
run: source tools/ci.sh && ci_zephyr_setup
|
||||
|
||||
Reference in New Issue
Block a user