Skip to content

Commit

Permalink
fix: mac環境でディスク容量不足が発生しているため、Android SDKの削除を試みる (iOSビルド)
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <crow.misia@gmail.com>
  • Loading branch information
crow-misia committed Sep 5, 2024
1 parent 922968e commit faca347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faca347

Please sign in to comment.