Skip to content

Commit

Permalink
check style with specific Rust version (openzfs#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrens authored Feb 6, 2023
1 parent 60e426e commit c5f1a64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checkstyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
with:
toolchain: nightly
components: rustfmt
- name: Install specific rust version
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66
profile: default
default: true
- name: Prepare
run: |
./autogen.sh
Expand Down

0 comments on commit c5f1a64

Please sign in to comment.