Skip to content

Commit

Permalink
fix(ci): lint apt update before install (lf-edge#2400)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiyong Huang <[email protected]>
  • Loading branch information
ngjaying authored Nov 9, 2023
1 parent 541d425 commit 5957047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get install -y --no-install-recommends pkg-config libzmq3-dev
sudo apt-get update && sudo apt-get install -y --no-install-recommends pkg-config libzmq3-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 5957047

Please sign in to comment.