build like this
This commit is contained in:
@@ -8,13 +8,13 @@ name: Build and release APK
|
||||
jobs:
|
||||
build:
|
||||
name: Build APK
|
||||
runs-on: k8s
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Install prerequisites
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y xz-utils unzip
|
||||
apt-get update
|
||||
apt-get install -y jq
|
||||
|
||||
- uses: https://gitea.com/actions/checkout@v4
|
||||
|
||||
|
Reference in New Issue
Block a user