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

Commit 576ea4a

Browse files
committed
fix
1 parent 43188ac commit 576ea4a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ jobs:
4444
uses: actions/setup-node@v4
4545
with:
4646
node-version: 18
47-
- name: Install yarn and yalc
47+
- name: Install yarn
4848
run: |
4949
npm install -g yarn
50-
npm install -g yalc
5150
- name: Install ledger deps
5251
run: |
5352
cargo install cargo-ledger
@@ -60,18 +59,17 @@ jobs:
6059
git fetch --all
6160
git checkout -b feat/hughy/make-test-witness origin/feat/hughy/make-test-witness
6261
yarn install
63-
cd ironfish-rust-nodejs
64-
yalc publish
62+
yarn link
6563
- name: Build app
6664
run: |
6765
export PATH=/home/runner/.local/bin:$PATH
6866
make build
6967
- name: Install zemu deps
7068
run: |
7169
cd js
72-
yalc add @ironfish/rust-nodejs
70+
yarn link @ironfish/rust-nodejs
7371
cd ../tests_zemu
74-
yalc add @ironfish/rust-nodejs
72+
yarn link @ironfish/rust-nodejs
7573
cd ..
7674
make zemu_install
7775
- name: Run tests

0 commit comments

Comments
 (0)