Fix dependency install on actions scripts.
Official build / Build (push) Has been cancelled

(Generated by Gemini 3.5 Flash)
This commit is contained in:
2026-05-24 21:56:09 +01:00
parent bf1c41f3e1
commit d4dc1ac4c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update apt-get update
apt install -y git make wget apt install -y git make wget nodejs
- name: Set git safe directory - name: Set git safe directory
run: | run: |
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update apt-get update
apt install -y git make wget apt install -y git make wget nodejs
- name: Set git safe directory - name: Set git safe directory
run: | run: |