Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
demo-exe committed Dec 22, 2023
1 parent 5a42598 commit 3fc2cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Check the code style
uses: docker://alpine
with:
args: /bin/sh -c "make checkstyle"
args: /bin/sh -c "apk update && apk add clang17-extra-tools && make checkstyle"

integration:
runs-on: ["self-hosted", "hugepages"]
Expand Down

0 comments on commit 3fc2cf0

Please sign in to comment.