Skip to content

Commit

Permalink
fix(ci): add rustup toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
nukopy committed Jan 21, 2024
1 parent e79299b commit 28c6595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
if: needs.tagpr.outputs.tagpr-tag != ''
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
rust: [ 1.75.0 ]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 28c6595

Please sign in to comment.