fix(ci): apply timezone
parent
e162a557d7
commit
1a87baa2d6
|
@ -18,7 +18,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
env:
|
||||||
|
TZ: Europe/London
|
||||||
run: |
|
run: |
|
||||||
|
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl build-essential pkg-config glib2.0
|
apt-get install -y curl build-essential pkg-config glib2.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue