Skip to content

Commit

Permalink
Merge pull request #35 from bgokden/refactor
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
bgokden authored Mar 28, 2021
2 parents 4aea466 + bd1b9bb commit 9a82d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- checkout
- add_ssh_keys
- run: ./semver_version.sh -l go -f "./semver/version.go" -o none
- run: apt-get update && apt-get install -y git bash curl build-essential
- run: bash jemalloc.sh
- run: sudo apt-get update && sudo apt-get install -y git bash curl build-essential
- run: sudo bash jemalloc.sh
- run: ./build.sh local
- run: go get -u github.com/tcnksm/ghr
- run: mkdir -p ./artifacts
Expand Down

0 comments on commit 9a82d31

Please sign in to comment.