Skip to content

Commit

Permalink
ci: install cargo-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Dec 18, 2023
1 parent 030c903 commit 4ef106c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- run: cargo install cargo-edit --version 0.12.2
- name: Install Knope
uses: knope-dev/action@v2.0.0
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- run: cargo install cargo-edit --version 0.12.2
- name: Install Knope
uses: knope-dev/action@v2.0.0
with:
Expand Down

0 comments on commit 4ef106c

Please sign in to comment.