Get rid of Mason

This commit is contained in:
Siarhei Fedartsou 2022-10-03 22:21:03 +02:00
parent a66e93ef54
commit d1f41ff3be

View File

@ -88,7 +88,7 @@ jobs:
- name: Prepare environment
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
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
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