mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-02-25 08:23:00 +08:00
Updated build script
This commit is contained in:
parent
44092e006a
commit
dc09f3e490
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue