diff --git a/.tangled/workflows/clippy.yml b/.tangled/workflows/clippy.yml index 3f74f6d..3c50104 100644 --- a/.tangled/workflows/clippy.yml +++ b/.tangled/workflows/clippy.yml @@ -9,6 +9,8 @@ dependencies: - rustup steps: + - name: "Rustup" + command: "rustup default nightly" - name: "Clippy" command: "cargo clippy" - name: "Test"