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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Sep 12, 2024
1 parent cca6c3f commit dd7a743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
- name: Install zemu deps
run: |
cd js
yarn unlink @ironfish/rust-nodejs
yarn link @ironfish/rust-nodejs
cd ../tests_zemu
yarn unlink @ironfish/rust-nodejs
yarn link @ironfish/rust-nodejs
cd ..
make zemu_install
Expand Down
2 changes: 1 addition & 1 deletion tests_zemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"upgrade": "bunx npm-check-updates -i"
},
"dependencies": {
"@ironfish/rust-nodejs": "file:../../../otros/ironfish/ironfish-rust-nodejs",
"@ironfish/rust-nodejs": "../../../otros/ironfish/ironfish-rust-nodejs",
"@ironfish/sdk": "^2.5.0",
"@zondax/ledger-ironfish": "../js",
"@zondax/zemu": "^0.50.2"
Expand Down

0 comments on commit dd7a743

Please sign in to comment.