Skip to content

Commit d4bb8bd

Browse files
chore: sync files (#4205)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: shmpwk <shmpwk@users.noreply.github.com>
1 parent 2cb75ee commit d4bb8bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-and-test.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ jobs:
2727
- name: Check out repository
2828
uses: actions/checkout@v3
2929

30+
- name: Free disk space (Ubuntu)
31+
uses: jlumbroso/free-disk-space@v1.2.0
32+
with:
33+
tool-cache: false
34+
dotnet: false
35+
swap-storage: false
36+
large-packages: false
37+
3038
- name: Remove exec_depend
3139
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
3240

0 commit comments

Comments
 (0)