small update of build workflows

This commit is contained in:
InsanusMokrassar 2022-11-21 20:49:04 +06:00
parent 9b308e6fb8
commit 69f5c49f45
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Fix android 32.0.0 dx
continue-on-error: true
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
- name: Rewrite version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"