Skip to content

Commit

Permalink
Changing testing version to match release
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Dewey <larry.dewey@amd.com>
  • Loading branch information
larrydewey committed Jan 24, 2024
1 parent 6a176a5 commit 2d3ec34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: rustfmt
toolchain: nightly
toolchain: 1.66.1
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: clippy
toolchain: nightly
toolchain: 1.66.1
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: clippy
toolchain: nightly
toolchain: 1.66.1
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: 1.66.1
profile: minimal
override: true
- run: cargo install cargo-readme
Expand Down

0 comments on commit 2d3ec34

Please sign in to comment.