From b3e4c033ec7f92afd2ebc50dfd6b6548540dc387 Mon Sep 17 00:00:00 2001 From: mpromonet Date: Sun, 25 Oct 2020 22:19:19 +0100 Subject: [PATCH] update github deploy --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d544ffe..8611ab7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,8 +92,7 @@ jobs: steps: - attach_workspace: at: / - - run: curl https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz | tar -C /usr/local -xzf - - - run: echo 'export PATH=/usr/local/go/bin:/root/go/bin:$PATH' >> $BASH_ENV + - run: apt-get update; apt-get install -y --no-install-recommends golang - run: go get github.com/tcnksm/ghr - deploy: name: "Deploy to Github"