This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-04 19:08:42 +03:00 committed by GitHub
parent 35c9df2ba3
commit 2c5cf178b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -29,7 +29,10 @@ jobs:
name: id_rsa name: id_rsa
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

@ -29,7 +29,10 @@ jobs:
name: id_rsa name: id_rsa
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