Skip to content

Commit

Permalink
feat: install tauri dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Jul 25, 2023
1 parent d035526 commit 994d5d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
pnpm install
pnpm run doc
- name: Generate Rust Docs
- name: Install Rust and Dependencies
run: |
sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
rustup update stable && rustup default stable
- name: Generate Rust Docs
run: |
pushd plugin/
cargo doc --no-deps
mv target/docs/tauri_plugin_settings ../docs/
Expand Down

0 comments on commit 994d5d2

Please sign in to comment.