summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2023-12-27 14:30:59 +0100
committermdecimus <mauro@stalw.art>2023-12-27 14:30:59 +0100
commitdc09f3e490fda4bc451d1f7b50575165aa0fdea0 (patch)
tree278ecf6f1e7c509c950afed9427d8001fe396641 /.github
parent44092e006ac9a66b0a71b1b00380b54e8097ce42 (diff)
Updated build script
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 39053ecc..953aa317 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: |