Skip to content

Commit 405e614

Browse files
committed
Fix missing CI path
1 parent 556b66a commit 405e614

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
sudo apt-get install -y pkg-config cmake cmake build-essential shellcheck
2121
wget https://github.com/muttleyxd/clang-tools-static-binaries/releases/download/master-796e77c/clang-format-20_linux-amd64
2222
echo "bbb30a777d075dfbe91aa146a1ea1fa0c1d4745efa9c5490ebf9f5a7a7dec679c22f1c6015d5c85cb5b5b22964d86ae65002f1d4145bfdd7f27022d981b58979 clang-format-20_linux-amd64" | sha512sum -c
23+
mkdir -p ~/.local/bin/
2324
mv clang-format-20_linux-amd64 ~/.local/bin/clang-format
2425
chmod +x ~/.local/bin/clang-format
2526
- name: Check fix_style

0 commit comments

Comments
 (0)