Skip to content

Commit

Permalink
Merge pull request #739 from pjbgf/fix-ci
Browse files Browse the repository at this point in the history
ci: Fix upstream git build for master branch
  • Loading branch information
pjbgf committed Apr 12, 2023
2 parents d5b1afd + fc0bf7f commit b154dcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Install build dependencies
run: sudo apt-get install gettext
run: sudo apt-get install gettext libcurl4-openssl-dev

- name: Git Build
run: make build-git
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ coverage.out
*~
coverage.txt
profile.out
.tmp/
.tmp/
.git-dist/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ test-coverage:
$(GOTEST) -coverprofile=$(COVERAGE_REPORT) -coverpkg=./... -covermode=$(COVERAGE_MODE) ./...

clean:
rm -rf $(GIT_DIST_PATH)
rm -rf $(GIT_DIST_PATH)

0 comments on commit b154dcc

Please sign in to comment.