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:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get update
|
apt-get update
|
||||||
apt install -y git make wget nodejs
|
apt-get install -y git make wget nodejs
|
||||||
|
|
||||||
- name: Set git safe directory
|
- name: Set git safe directory
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -12,8 +12,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get update
|
apt-get update
|
||||||
apt install -y git make wget nodejs
|
apt-get install -y git make wget nodejs
|
||||||
|
|
||||||
- name: Set git safe directory
|
- name: Set git safe directory
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user