Update android.publish.yml

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2024-01-31 23:25:53 +05:00
committed by GitHub
parent 5f356bf1d1
commit 4d3a13fdf6

View File

@@ -16,6 +16,13 @@ jobs:
NDK_CCACHE: ccache
USE_CCACHE: 1
- name: Create more disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Setup Node
uses: ./.github/actions/setup-node-with-cache