Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 26, 2023
1 parent eb75cd6 commit aa3c261
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gates_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:

- name: Set nargo on PATH
run: |
nargo_binary="${{ github.workspace }}/nargo/nargo"
tree "${{ github.workspace }}/nargo"
cp "${{ github.workspace }}/nargo/nargo" ./nargo_bin
rm-rf ./nargo
mv ./nargo_bin ./nargo
nargo_binary="${{ github.workspace }}/nargo"
chmod +x $nargo_binary
echo "$(dirname $nargo_binary)" >> $GITHUB_PATH
export PATH="$PATH:$(dirname $nargo_binary)"
Expand Down

0 comments on commit aa3c261

Please sign in to comment.