Ver Fonte

github: Install LLVM dependencies.

parazyd há 4 anos atrás
pai
commit
2170e3ff0b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/rust-build.yml

+ 1 - 1
.github/workflows/rust-build.yml

@@ -16,7 +16,7 @@ jobs:
             - name: Install Dependencies
               run: |
                 sudo apt-get update
-                sudo apt-get install libudev-dev
+                sudo apt-get install build-essential clang libclang-dev llvm-dev libudev-dev pkg-config
             - name: Create config directory
               run: |
                 mkdir -p ~/.config/darkfi