Skip to content

Commit

Permalink
Lint: Fixing cargo-readme
Browse files Browse the repository at this point in the history
There was an issue with cargo-readme when relying
specifically on the version of rust which we have
for the tooling itself. Changing this to nightly
seems to have fixed the issue.

Signed-off-by: Larry Dewey <larry.dewey@amd.com>
  • Loading branch information
larrydewey committed Feb 8, 2024
1 parent 8ec07d4 commit 778cf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: nightly
profile: minimal
override: true
- run: cargo install cargo-readme
Expand Down

0 comments on commit 778cf61

Please sign in to comment.