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 - name: Install library
run: | run: |
apt-get update apt-get update
apt-get install -y curl jq wget apt-get install -y curl jq wget unzip
- name: Check github connection - name: Check github connection
id: check-gh-rve-anddea-stable id: check-gh-rve-anddea-stable
run: bash src/etc/connection.sh run: bash src/etc/connection.sh
@@ -137,7 +137,7 @@ jobs:
- name: Install library - name: Install library
run: | run: |
apt-get update apt-get update
apt-get install -y curl jq wget apt-get install -y curl jq wget unzip
- name: Check github connection - name: Check github connection
id: check-gh-rve-anddea-beta id: check-gh-rve-anddea-beta
run: bash src/etc/connection.sh run: bash src/etc/connection.sh
@@ -180,7 +180,7 @@ jobs:
- name: Install library - name: Install library
run: | run: |
apt-get update apt-get update
apt-get install -y curl jq wget apt-get install -y curl jq wget unzip
- name: Check github connection - name: Check github connection
id: check-gh-rve id: check-gh-rve
run: bash src/etc/connection.sh run: bash src/etc/connection.sh
@@ -223,7 +223,7 @@ jobs:
- name: Install library - name: Install library
run: | run: |
apt-get update apt-get update
apt-get install -y curl jq wget apt-get install -y curl jq wget unzip
- name: Check github connection - name: Check github connection
id: check-gh-rve-beta id: check-gh-rve-beta
run: bash src/etc/connection.sh run: bash src/etc/connection.sh