Skip to content

Commit

Permalink
Add vault-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
bancek committed Jun 20, 2024
1 parent e2bbd17 commit ba87eea
Show file tree
Hide file tree
Showing 28 changed files with 3,031 additions and 120 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
with:
path: target
key: cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- name: Install dev libraries
run: |
sudo apt update
sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
- name: Install rust
uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
with:
Expand Down
Loading

0 comments on commit ba87eea

Please sign in to comment.