Fix TZData setup on dependency install of actions workflow
Official build / Build (push) Successful in 8m6s

This commit is contained in:
2026-05-24 21:58:56 +01:00
parent d4dc1ac4c5
commit 92c58f28b8
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -12,8 +12,9 @@ jobs:
steps:
- name: Install dependencies
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt install -y git make wget nodejs
apt-get install -y git make wget nodejs
- name: Set git safe directory
run: |
+2 -1
View File
@@ -12,8 +12,9 @@ jobs:
steps:
- name: Install dependencies
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt install -y git make wget nodejs
apt-get install -y git make wget nodejs
- name: Set git safe directory
run: |