Set shell for gradlew
Some checks failed
/ Build (push) Has been cancelled

This commit is contained in:
Anton Liaposhchenko 2024-05-18 18:42:28 +03:00
parent 13c04a1761
commit db5e940283

View File

@ -14,3 +14,4 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build APK - name: Build APK
run: ./gradlew build run: ./gradlew build
shell: /bin/bash