Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FiorenMas authored Dec 24, 2024
1 parent 570084f commit 0af0ae5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manual-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
uses: ./.github/actions/release

0 comments on commit 0af0ae5

Please sign in to comment.