From 2c5cf178b2a64b8cfe7fe4bc57d1cbf1a6916cd9 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:08:42 +0300 Subject: [PATCH] --- .github/workflows/release.yml | 5 ++++- .github/workflows/release_i386.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af7758f..a1da203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,10 @@ jobs: name: id_rsa known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace - + + - name: Update apt cache + run: apt-get update + - name: Build Package run: ./main.sh diff --git a/.github/workflows/release_i386.yml b/.github/workflows/release_i386.yml index effea49..84facd8 100644 --- a/.github/workflows/release_i386.yml +++ b/.github/workflows/release_i386.yml @@ -29,7 +29,10 @@ jobs: name: id_rsa known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace - + + - name: Update apt cache + run: apt-get update + - name: Build Package run: ./main32.sh