Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Dec 27, 2023
1 parent 44092e0 commit dc09f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dc09f3e

Please sign in to comment.