We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e299f commit b0fa6c0Copy full SHA for b0fa6c0
.circleci/config.yml
@@ -14,9 +14,9 @@ jobs:
14
command: |
15
apt-get update
16
apt-get install -y libpcre3 libpcre3-dev zlib1g-dev libssl-dev build-essential wget
17
- -run:
18
- name: Install cmake
19
- command: |
+ - run:
+ name: Install cmake
+ command: |
20
echo 'tzdata tzdata/Areas select Etc' | debconf-set-selections
21
echo 'tzdata tzdata/Zones/Etc select UTC' | debconf-set-selections
22
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
0 commit comments