From 537b05f6563224c7d5eddad4f2fba2ca35de6518 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 30 Jul 2022 18:36:58 +0700 Subject: [PATCH] sudo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d13dd1d..e0139efe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: - checkout - run: name: Install buildtools - command: apt-get install autoconf automake g++ libtool || true + command: sudo apt-get install autoconf automake g++ libtool || true - run: name: Update Version Number of App command: sudo chmod +x resources/version.sh && ./resources/version.sh || true