Updated build script

This commit is contained in:
mdecimus 2023-12-27 14:30:59 +01:00
parent 44092e006a
commit dc09f3e490

View file

@ -216,7 +216,7 @@ jobs:
install: |
apt-get update -yq
apt-get install -yq build-essential cmake protobuf-compiler wget curl
apt-get install -yq build-essential cmake protobuf-compiler wget curl clang libclang-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --profile minimal
run: |