mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
github: update rust-build.yml workflow
This commit is contained in:
3
.github/workflows/rust-build.yml
vendored
3
.github/workflows/rust-build.yml
vendored
@@ -17,10 +17,11 @@ jobs:
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
- name: Install sqlcipher
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libsqlcipher-dev
|
||||
sudo apt-get install libudev-dev
|
||||
- name: Create Config Dir
|
||||
run: |
|
||||
mkdir -p ~/.config/darkfi
|
||||
|
||||
Reference in New Issue
Block a user