Skip to content

Commit

Permalink
Update debugSymbolLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 19, 2024
1 parent c68abe7 commit 498c056
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: 'gradle'

- name: Set gradle properties
if: matrix.platform == 'android'
Expand Down Expand Up @@ -255,8 +254,8 @@ jobs:
if: matrix.platform == 'android'
run: |
df -h
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get remove --purge '^dotnet-.*' '^ghc-.*' 'azure-cli' -y
sudo apt-get autoremove -y
go clean -modcache
- name: Activate plugins
Expand Down

0 comments on commit 498c056

Please sign in to comment.