Fix TZData setup on dependency install of actions workflow
Official build / Build (push) Successful in 8m6s
Official build / Build (push) Successful in 8m6s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user