Skip to content

Commit

Permalink
add release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJoyenConseil committed Oct 19, 2020
1 parent 4ea7464 commit 85a268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
apt install make
sudo apt-get install make
- name: Build
run: make build
Expand Down

0 comments on commit 85a268c

Please sign in to comment.