From 7f2cde028f8296221f0a4d6df2d72cd3f82b2b58 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 30 Jul 2022 18:39:14 +0700 Subject: [PATCH] ci --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0139efe..84153171 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,9 @@ jobs: - checkout - run: name: Install buildtools - command: sudo apt-get install autoconf automake g++ libtool || true + command: | + sudo apt-get update + sudo apt-get install -y autoconf automake g++ libtool || true - run: name: Update Version Number of App command: sudo chmod +x resources/version.sh && ./resources/version.sh || true