Skip to content

Commit

Permalink
Action: Fix broken CI
Browse files Browse the repository at this point in the history
This patch fixes github action failed fetch to apt-mirrors.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and wooksong committed Jul 16, 2024
1 parent 3c74c54 commit 0d2d6c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Free unused disk space
shell: bash
run: |
sudo apt-get update --fix-missing
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y '^llvm-.*'
sudo apt-get remove -y '^mysql-server-core-.*'
Expand All @@ -33,6 +34,7 @@ jobs:
sudo rm -rf /usr/local/share/chromium
sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf /var/lib/docker
sudo rm -rf /var/lib/apt/lists
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
Expand Down

0 comments on commit 0d2d6c8

Please sign in to comment.