Skip to content

Commit

Permalink
ci: Remove libgit2 install from workflow (#120)
Browse files Browse the repository at this point in the history
This is no longer needed after the switch to `go-git`.
  • Loading branch information
silkeh authored Jan 8, 2025
1 parent 868742c commit 073dc4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
with:
go-version: '1.21'
cache: false
# Install libgit2-dev 1.5 for git2go
- run: sudo apt-get install -qqy wget
- run: wget http://archive.ubuntu.com/ubuntu/pool/universe/libg/libgit2/libgit2-{1.5,dev}_1.5.1+ds-1ubuntu1_amd64.deb
- run: sudo apt-get install -qqy ./*.deb
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 073dc4d

Please sign in to comment.