Skip to content

Commit 641a14e

Browse files
author
Thomas Kiley
authored
Merge pull request #5287 from thk123/fix-cmake-codebuild
Install cmake on the cmake job
2 parents 2c964f4 + fe2d6e1 commit 641a14e

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 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq cmake
1616
build:
1717
commands:
1818
- echo Build started on `date`

0 commit comments

Comments
 (0)