aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-05 18:33:03 +0800
committerGitHub <noreply@github.com>2018-11-05 18:33:03 +0800
commit916831419352e00876e8323b3e5243170107719b (patch)
tree62a979b2d5a12080c218c8b148f23b7a9d17b985
parentcd9f3011f58af965b910c0a1b0e27b22ccb30f23 (diff)
downloaddexon-consensus-916831419352e00876e8323b3e5243170107719b.tar
dexon-consensus-916831419352e00876e8323b3e5243170107719b.tar.gz
dexon-consensus-916831419352e00876e8323b3e5243170107719b.tar.bz2
dexon-consensus-916831419352e00876e8323b3e5243170107719b.tar.lz
dexon-consensus-916831419352e00876e8323b3e5243170107719b.tar.xz
dexon-consensus-916831419352e00876e8323b3e5243170107719b.tar.zst
dexon-consensus-916831419352e00876e8323b3e5243170107719b.zip
misc: Fix circleci (#300)
-rw-r--r--.circleci/config.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 35470e9..65a35cf 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -12,7 +12,6 @@ jobs:
- run:
name: Install Dependency Libraries
command: |
- sudo apt-get update
sudo apt-get install openssl libssl-dev libgmp-dev
- checkout
- restore_cache: