Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
malleoz committed Mar 14, 2024
1 parent 9b7d279 commit 981a343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download llvm
run: wget https://apt.llvm.org/llvm.sh
- name: Install clang-format
run: sudo apt-get update && sudo apt-get install clang-format-16
run: chmod u+x llvm.sh && sudo ./llvm.sh 16
- name: Format Kinoko
run: |
dirs="include source"
Expand Down

0 comments on commit 981a343

Please sign in to comment.