fix(ci): apply timezone

pull/1/head
Paul Makles 2022-03-05 15:17:43 +00:00
parent e162a557d7
commit 1a87baa2d6
1 changed files with 3 additions and 0 deletions

View File

@ -18,7 +18,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
env:
TZ: Europe/London
run: |
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
apt-get update
apt-get install -y curl build-essential pkg-config glib2.0