Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath authored Feb 1, 2024
1 parent 0074f01 commit e0313e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0313e8

Please sign in to comment.