Skip to content

Commit 15f925f

Browse files
committed
Install perl
1 parent 21acf03 commit 15f925f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
CC: gcc
1414
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
1515
commands:
16-
- yum -y install make gcc
16+
- yum -y install make gcc perl
1717
- make QUIET_MAKE=1 $COMMON_FLAGS
1818
- make -C test $COMMON_FLAGS
1919
- make -C ctest $COMMON_FLAGS

0 commit comments

Comments
 (0)