Skip to content

Commit

Permalink
fixing bug with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Nov 18, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fdc3d84 commit 856056c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -15,8 +15,10 @@ apt-run: &apt-install
name: install system packages
command: |
sudo apt update -qq
sudo apt install -y python-dev snapd -qq
sudo apt install -y python-dev -qq
# install go for other testing tools
rm goinstall.sh
rm -rf ~/.go
wget https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh
sudo chown circleci goinstall.sh
chmod +x goinstall.sh

0 comments on commit 856056c

Please sign in to comment.