This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-13 23:15:24 +03:00 committed by GitHub
parent 3500b2a22c
commit 34a6088746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,9 @@ jobs:
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update apt cache
run: apt update -y
- name: Build Package
run: ./main.sh

View File

@ -1,6 +1,6 @@
# Clone Upstream
git clone https://github.com/Vanilla-OS/apx-gui
cd ./apx-gui
git clone https://github.com/Vanilla-OS/apx-gui ./vanilla-apx-gui
cd ./vanilla-apx-gui
# Get build deps
apt-get build-dep ./ -y