diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ac3ccfd..0d13dd1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,9 @@ jobs: executor: cider-ci steps: - checkout + - run: + name: Install buildtools + command: 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