This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-04 19:14:02 +03:00 committed by GitHub
parent 291e3fa146
commit 573dc3f93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -30,6 +30,9 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }} known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace if_key_exists: replace
- name: Update apt cache
run: apt-get update
- name: Build Package - name: Build Package
run: ./main32.sh run: ./main32.sh