Skip to content

Commit ffcb3e4

Browse files
committed
github: free disc space for LP64-WIP test
The LP64-WIP test is also failing with insufficient disc space errors. Apply the same work-around as for other tests. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 5bb2a66 commit ffcb3e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/zephyr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
path: ./workspace/sof
7474
filter: 'tree:0'
7575

76+
- name: free space
77+
run: |
78+
sudo rm -rf /usr/share/dotnet
79+
sudo rm -rf /opt/ghc
80+
7681
- name: west clones
7782
run: pip3 install west && cd workspace/sof/ && west init -l &&
7883
west update --narrow --fetch-opt=--filter=tree:0

0 commit comments

Comments
 (0)