Skip to content

Commit

Permalink
ci: install nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Dec 11, 2023
1 parent 21a16f1 commit f69ac1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Nightly Toolchain
uses: dtolnay/rust-toolchain@nightly

- name: Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v1

Expand Down

0 comments on commit f69ac1d

Please sign in to comment.