diff --git a/.github/workflows/manual-patch.yml b/.github/workflows/manual-patch.yml index 334d9a9..2b16df3 100644 --- a/.github/workflows/manual-patch.yml +++ b/.github/workflows/manual-patch.yml @@ -94,7 +94,7 @@ jobs: - name: Install library run: | apt-get update - apt-get install -y curl jq wget + apt-get install -y curl jq wget unzip - name: Check github connection id: check-gh-rve-anddea-stable run: bash src/etc/connection.sh @@ -137,7 +137,7 @@ jobs: - name: Install library run: | apt-get update - apt-get install -y curl jq wget + apt-get install -y curl jq wget unzip - name: Check github connection id: check-gh-rve-anddea-beta run: bash src/etc/connection.sh @@ -180,7 +180,7 @@ jobs: - name: Install library run: | apt-get update - apt-get install -y curl jq wget + apt-get install -y curl jq wget unzip - name: Check github connection id: check-gh-rve run: bash src/etc/connection.sh @@ -223,7 +223,7 @@ jobs: - name: Install library run: | apt-get update - apt-get install -y curl jq wget + apt-get install -y curl jq wget unzip - name: Check github connection id: check-gh-rve-beta run: bash src/etc/connection.sh @@ -390,4 +390,4 @@ jobs: - name: Releasing APK files id: release-rv-experiments if: steps.check-gh-rv-experiments.outputs.internet_error == '0' - uses: ./.github/actions/release \ No newline at end of file + uses: ./.github/actions/release