We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10d52d commit ceb44dcCopy full SHA for ceb44dc
1 file changed
.github/workflows/style.yml
@@ -20,8 +20,8 @@ jobs:
20
sudo apt-get install -y pkg-config cmake cmake build-essential shellcheck
21
wget https://github.com/muttleyxd/clang-tools-static-binaries/releases/download/master-46b8640/clang-format-10_linux-amd64
22
echo "b8ed0cfc9cded28f8c0c9dd0da402d1287453b7d55a68bf243b432035aebcaa4720bfff22440d1f1c5d4c82f7b8d85948214cca85a2aa976589b88459e440521 clang-format-10_linux-amd64" | sha512sum -c
23
- mv clang-format-10_linux-amd64 ~/.local/bin/clang-format
24
mkdir -p ~/.local/bin/
+ mv clang-format-10_linux-amd64 ~/.local/bin/clang-format
25
chmod +x ~/.local/bin/clang-format
26
- name: Check clang format version
27
run: |
0 commit comments