Skip to content

Commit

Permalink
fix rust installation action
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Sep 15, 2024
1 parent 281cc28 commit 39d7576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/genpdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm install puppeteer
- name: Set up Rust
uses: actions/setup-rust@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rust-version: stable

Expand Down

0 comments on commit 39d7576

Please sign in to comment.