Skip to content

Commit

Permalink
Revert to latest rust toolchain (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
hardiesoft committed Sep 28, 2024
1 parent 2eec307 commit f544c76
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Rust CI and release

on:
push:
branches:
branches:
- '**'
tags:
- '*'
pull_request:
branches:
branches:
- '**'

jobs:
Expand All @@ -23,7 +23,10 @@ jobs:

- name: Set up Rust
uses: actions-rs/toolchain@v1

with:
toolchain: 1.81.0
override: true

- name: Display Rust and Cargo version
run: |
rustc --version
Expand Down

0 comments on commit f544c76

Please sign in to comment.