Skip to content

Commit

Permalink
set correct clang format version
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Jan 27, 2025
1 parent e8acd91 commit 2a4aafb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.git_ref }}

- run: make format-check
- run:
python3 -m pip install --user clang_format=11.0.1
make format-check

java-linux-amd64:
name: Java Linux (amd64)
Expand Down

0 comments on commit 2a4aafb

Please sign in to comment.