feature/ci-deploy #1
| @@ -5,6 +5,10 @@ jobs: | |||||||
|     name: Build APK |     name: Build APK | ||||||
|     runs-on: k8s |     runs-on: k8s | ||||||
|     steps: |     steps: | ||||||
|  |     - name: Install prerequisites | ||||||
|  |       run: | | ||||||
|  |         sudo apt-get update | ||||||
|  |         sudo apt-get install -y xz-utils | ||||||
|     - uses: https://github.com/actions/checkout@v1 |     - uses: https://github.com/actions/checkout@v1 | ||||||
|     - uses: https://github.com/actions/setup-java@v1 |     - uses: https://github.com/actions/setup-java@v1 | ||||||
|       with: |       with: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user