Skip to content

Commit 498c056

Browse files
committed
Update debugSymbolLevel
1 parent c68abe7 commit 498c056

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ jobs:
205205
with:
206206
distribution: temurin
207207
java-version: 17
208-
cache: 'gradle'
209208

210209
- name: Set gradle properties
211210
if: matrix.platform == 'android'
@@ -255,8 +254,8 @@ jobs:
255254
if: matrix.platform == 'android'
256255
run: |
257256
df -h
258-
sudo apt-get clean
259-
sudo apt-get autoremove
257+
sudo apt-get remove --purge '^dotnet-.*' '^ghc-.*' 'azure-cli' -y
258+
sudo apt-get autoremove -y
260259
go clean -modcache
261260
262261
- name: Activate plugins

0 commit comments

Comments
 (0)