From 9f09e2e7a24d9e253fa744a8bd3de01cffd27122 Mon Sep 17 00:00:00 2001 From: Joby Thundil Date: Mon, 2 Oct 2023 13:22:53 -0400 Subject: [PATCH] fix github flow lint --- .github/workflows/curve25519-dalek.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curve25519-dalek.yml b/.github/workflows/curve25519-dalek.yml index b0376ad61..7e9d30d71 100644 --- a/.github/workflows/curve25519-dalek.yml +++ b/.github/workflows/curve25519-dalek.yml @@ -134,7 +134,7 @@ jobs: # Cargo.lock with the oldest possible deps - env: INPUT_TOOLCHAIN: 'nightly' - - uses: risc0/risc0/.github/actions/rustup@main + uses: risc0/risc0/.github/actions/rustup@main run: cargo -Z minimal-versions check --no-default-features --features serde # Now check that `cargo build` works with respect to the oldest possible # deps and the stated MSRV