Skip to content

Commit b0fa6c0

Browse files
committed
makefile fix
1 parent 88e299f commit b0fa6c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
command: |
1515
apt-get update
1616
apt-get install -y libpcre3 libpcre3-dev zlib1g-dev libssl-dev build-essential wget
17-
-run:
18-
name: Install cmake
19-
command: |
17+
- run:
18+
name: Install cmake
19+
command: |
2020
echo 'tzdata tzdata/Areas select Etc' | debconf-set-selections
2121
echo 'tzdata tzdata/Zones/Etc select UTC' | debconf-set-selections
2222
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata

0 commit comments

Comments
 (0)