mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
github: Install LLVM dependencies.
This commit is contained in:
2
.github/workflows/rust-build.yml
vendored
2
.github/workflows/rust-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user