Skip to content

Commit 88287c5

Browse files
Install cmake for the cmake job?!
1 parent 36d16a3 commit 88287c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-linux-cmake-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ phases:
1212
commands:
1313
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
1414
- apt-get update -y
15-
- apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq
15+
- apt-get install -y cmake libxml2-utils flex bison make git libwww-perl patch ccache libc6-dev-i386 jq
1616
build:
1717
commands:
1818
- echo Build started on `date`

0 commit comments

Comments
 (0)