Skip to content

Commit

Permalink
fix: set toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Dec 1, 2024
1 parent e81e632 commit 682ea27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
fetch-depth: 1
- name: Install correct toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -114,6 +116,8 @@ jobs:
uses: actions/checkout@v4
- name: Install correct toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Generate manpage
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 682ea27

Please sign in to comment.