Skip to content

Commit

Permalink
ci: add rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Oct 18, 2024
1 parent 18b6e89 commit fd2399f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :
- name: Clone the repository
uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Cargo Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit fd2399f

Please sign in to comment.