From e0313e87649417e2d70a4bd77e9162de214d819b Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <50037567+olivmath@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:04:15 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1667825..da854fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,12 @@ jobs: with: node-version: "18" - - name: Set up Rust + - name: Set up Rust Minimal Nightly uses: actions-rs/toolchain@v1 - + with: + profile: minimal + toolchain: nightly + - name: Install Node.js dependencies run: | cd test/merkletreejs