Skip to content

Commit 612c2d7

Browse files
committed
apt update
1 parent dc110e1 commit 612c2d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.drone.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ steps:
1313
CC: gcc
1414
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
1515
commands:
16-
- apt install make gcc gfortran perl clang
16+
- apt-get update
17+
- apt-get install make gcc gfortran perl clang
1718
- make QUIET_MAKE=1 $COMMON_FLAGS
1819
- make -C test $COMMON_FLAGS
1920
- make -C ctest $COMMON_FLAGS
@@ -34,7 +35,8 @@ steps:
3435
CC: clang
3536
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
3637
commands:
37-
- apt install make gcc gfortran perl clang
38+
- apt-get update
39+
- apt-get install make gcc gfortran perl clang
3840
- make QUIET_MAKE=1 $COMMON_FLAGS
3941
- make -C test $COMMON_FLAGS
4042
- make -C ctest $COMMON_FLAGS

0 commit comments

Comments
 (0)