ci(build): updated the apt command

This commit is contained in:
2026-04-02 21:15:41 -04:00
parent 90e58949fc
commit 88812b5967
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
shell: sh shell: sh
run: | run: |
apt-get install -y git docker-ce apt-get update && apt-get install -y git docker-ce
- name: Checkout code - name: Checkout code
shell: sh shell: sh
@@ -137,7 +137,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
shell: sh shell: sh
run: | run: |
apt-get install -y git docker-ce apt-get update && apt-get install -y git docker-ce
- name: Checkout code - name: Checkout code
shell: sh shell: sh