Skip to content

Commit

Permalink
feat: use rust setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Nov 2, 2024
1 parent 6a9a353 commit a8d9da5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ jobs:
git fetch origin
git reset --hard 'origin/${{ github.ref_name }}'
- 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
uses: moonrepo/setup-rust@v1
run: |
pushd backend/
cargo doc --no-deps
Expand Down

0 comments on commit a8d9da5

Please sign in to comment.