Get rid of Mason
This commit is contained in:
parent
d1f41ff3be
commit
5f770490d3
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -89,6 +89,8 @@ jobs:
|
||||
run: |
|
||||
npm ci --ignore-scripts
|
||||
wget https://github.com/muttleyxd/clang-tools-static-binaries/releases/download/master-208096c1/clang-format-10_linux-amd64 -O /usr/local/bin/clang-format-10.0.0
|
||||
sha512sum /usr/local/bin/clang-format-10.0.0
|
||||
echo "CHECKSUM /usr/local/bin/clang-format-10.0.0" | sha512sum --check --status
|
||||
chmod +x /usr/local/bin/clang-format-10.0.0
|
||||
clang-format-10.0.0 --version
|
||||
# sudo apt-get update -y && sudo apt-get install clang-format-10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user