Skip to content

Commit

Permalink
ci: Fix broken packages as we install
Browse files Browse the repository at this point in the history
Appears related to actions/runner-images#46.
  • Loading branch information
woodruffw committed Dec 24, 2019
1 parent 6f99651 commit 37e7810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install -y cppcheck clang-format linux-headers-$(uname -r)
run: sudo apt install -fy cppcheck clang-format linux-headers-$(uname -r)
- name: Lint
run: |
make fmt && git diff --exit-code
Expand Down

0 comments on commit 37e7810

Please sign in to comment.