Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Sep 1, 2022
1 parent 7356166 commit 8d2adcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
dep ensure
fi
- name: Build
run: go build
run: |
cd cmd/elasticindexer
go build

0 comments on commit 8d2adcc

Please sign in to comment.