Try reducing installed C dependencies

pull/1028/head
Alex Garibay 6 years ago
parent b59363defb
commit c12f7f4ec6
  1. 2
      .circleci/config.yml

@ -14,7 +14,7 @@ jobs:
working_directory: ~/app
steps:
- run: sudo apt-get update; sudo apt-get -y install autoconf build-essential libgmp3-dev libtool
- run: sudo apt-get update; sudo apt-get -y install autoconf build-essential libtool
- checkout

Loading…
Cancel
Save