Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 14, 2024
1 parent 73af43d commit 7fa1d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get_cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
run: |
echo "DIEM_FORGE_NODE_BIN_PATH=${{github.workspace}}/libra" >> $GITHUB_ENV
echo "LIBRA_BIN=${{github.workspace}}/libra" >> $GITHUB_ENV
echo ${{github.workspace}} >> $PATH
echo ${{github.workspace}} >> $GITHUB_PATH
- name: install diem-node (for smoke tests)
shell: bash
Expand Down

0 comments on commit 7fa1d9f

Please sign in to comment.