Skip to content

Commit

Permalink
Added deps install.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Nov 8, 2023
1 parent 7ded76a commit cc0ac60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Setup o1js submodule
run: git submodule update --init --recursive

- name: Install deps
run: npm install

- name: Set up dependencies
run: npm ci

Expand Down

0 comments on commit cc0ac60

Please sign in to comment.