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

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Sep 12, 2024
1 parent 132bd0f commit 43188ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
toolchain: nightly-2023-11-10
components: rust-src
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -60,7 +63,9 @@ jobs:
cd ironfish-rust-nodejs
yalc publish
- name: Build app
run: make build
run: |
export PATH=/home/runner/.local/bin:$PATH
make build
- name: Install zemu deps
run: |
cd js
Expand Down

0 comments on commit 43188ac

Please sign in to comment.