Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc committed Mar 20, 2023
1 parent 87b97c8 commit a7f526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/jito/tasks/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: build solana
become: true
become_user: root
shell: "source /home/solana/.cargo/env && /mnt/{{ repo_dir }}/cargo stable build --release"
shell: "cd /mnt/{{ repo_dir }} && ./cargo stable build --release"
args:
chdir: "/mnt/{{ repo_dir }}"
executable: /bin/bash

0 comments on commit a7f526c

Please sign in to comment.