Skip to content

Commit

Permalink
Do not install make
Browse files Browse the repository at this point in the history
  • Loading branch information
ysoldak committed Jul 7, 2024
1 parent d67331e commit 21578b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
run: |
go mod tidy
- name: Install make
run: |
apt-get update
apt-get install -y make
- name: Build
run: |
make build
Expand Down

0 comments on commit 21578b2

Please sign in to comment.