remove shit, add shit to improve performance

This commit is contained in:
Aria Moradi
2021-01-21 22:39:22 +03:30
parent 466f21a7e8
commit 8b2fd28a54
3 changed files with 18 additions and 6 deletions
+6
View File
@@ -42,6 +42,12 @@ jobs:
with:
java-version: 1.8
- name: Copy CI gradle.properties
run: |
cd master
mkdir -p ~/.gradle
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
- name: Download and process android.jar
if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
run: |