Skip to content

Commit f833d1a

Browse files
committed
fixup! CI: adding check that we do not infringe copyright licenses
1 parent f284088 commit f833d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Set up Rust
15-
uses: actions/setup-rust@v1
15+
uses: dtolnay/rust-toolchain@master
1616
with:
17-
rust-version: nightly
17+
toolchain: nightly
1818

1919
- name: Install cargo-deny
2020
run: cargo install cargo-deny

0 commit comments

Comments
 (0)