Skip to content

Commit

Permalink
tmp add missing action?
Browse files Browse the repository at this point in the history
  • Loading branch information
grongor committed Feb 8, 2024
1 parent b83040a commit 1af9ec6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22'
- name: Install dependencies
run: sudo apt update && sudo apt install libsnmp-dev
- name: golangci-lint
Expand Down

0 comments on commit 1af9ec6

Please sign in to comment.