Skip to content

Commit 8260b7f

Browse files
committed
fix: add tar
1 parent 8a4a5b3 commit 8260b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/codebuild/amazonlinux-2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ phases:
33
build:
44
commands:
55
- echo Build started on `date`
6+
- yum install -y tar
67
- curl -fLo cmake-install https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-Linux-x86_64.sh
78
- sh cmake-install --skip-license --prefix=/usr --exclude-subdirectory;
89
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-al2_$(arch)

0 commit comments

Comments
 (0)