From e5c00e8d52576c38a7e36cae15534757b0c33dfa Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Mon, 30 Nov 2020 15:23:19 +0000 Subject: [PATCH] add bc to .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e66009b..7bee104 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: script: - apt update - apt-get -y install sudo - - apt-get -y install parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support build-essential bison flex libssl-dev bash qemu-system-aarch64 git + - apt-get -y install bc parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support build-essential bison flex libssl-dev bash qemu-system-aarch64 git - cd reform2-imx8mq/ - bash mkimage.sh environment: -- GitLab