diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 638493f..ec990c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,9 @@ jobs: name: id_rsa known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace + + - name: Update apt cache + run: apt-get update -y - name: Build Package run: ./main.sh