Skip to content

Commit

Permalink
Updated pipeline to force rust 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Dec 17, 2023
1 parent 148ebc7 commit 4da5cc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rust 1.70.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
override: true
- name: Build artifacts
run: cargo build --release --workspace --all-features --verbose
- name: Upload build artifacts
Expand Down

0 comments on commit 4da5cc4

Please sign in to comment.