From faca3474c6924060bd51b6bf0217b548ba11aee0 Mon Sep 17 00:00:00 2001 From: Zenichi Amano Date: Thu, 5 Sep 2024 13:28:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20mac=E7=92=B0=E5=A2=83=E3=81=A7=E3=83=87?= =?UTF-8?q?=E3=82=A3=E3=82=B9=E3=82=AF=E5=AE=B9=E9=87=8F=E4=B8=8D=E8=B6=B3?= =?UTF-8?q?=E3=81=8C=E7=99=BA=E7=94=9F=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E3=81=9F=E3=82=81=E3=80=81Android=20SDK=E3=81=AE=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E3=82=92=E8=A9=A6=E3=81=BF=E3=82=8B=20(iOS=E3=83=93?= =?UTF-8?q?=E3=83=AB=E3=83=89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zenichi Amano --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98d461bb..0f3cc293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,6 +85,8 @@ jobs: runs-on: macos-14 steps: - uses: actions/checkout@v4 + - name: Disk Cleanup + run: ./disk_cleanup_mac.sh - name: Build run: make -C build USE_CCACHE=0 ios - name: Upload artifact