This commit is contained in:
Fioren
2024-12-25 03:34:56 +07:00
committed by GitHub
parent 570084fad0
commit 0af0ae52e3

View File

@@ -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
uses: ./.github/actions/release