Skip to content

Commit

Permalink
fix: needs a defined toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbma committed Dec 18, 2023
1 parent 8955659 commit b1451ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.69.0
# override: true
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
dry-run: false
Expand Down

0 comments on commit b1451ea

Please sign in to comment.