Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 9f65daf

Browse files
committed
feat: complete build process
1 parent c878672 commit 9f65daf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,18 @@ jobs:
4444
run: |
4545
npm install -g yarn
4646
npm install -g yalc
47+
- name: Install cargo ledger and deps
48+
run: |
49+
cargo install cargo-ledger
50+
cargo ledger setup
4751
- name: Checkout ironfish repo
4852
run: git clone https://github.com/iron-fish/ironfish.git
4953
- name: Build ironfish
5054
run: |
5155
cd ironfish
5256
yarn install
5357
cd ironfish-rust-nodejs
54-
yalc publish
58+
yalc publish
59+
- name: Build app
60+
run: |
61+
make build

0 commit comments

Comments
 (0)