Skip to content

Commit

Permalink
update bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris committed Jan 13, 2025
1 parent a3f8a4a commit 6e61964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: just ${{ matrix.chain.build }} --features ${{ matrix.chain.features }}
- name: Run sync
run: |
${{ matrix.chain.bin }} node \
~/.cargo/bin/${{ matrix.chain.bin }} node \
--chain ${{ matrix.chain.chain }} \
--debug.tip ${{ matrix.chain.tip }} \
--debug.max-block ${{ matrix.chain.block }} \
Expand Down

0 comments on commit 6e61964

Please sign in to comment.