From aa3c26119521651e4b3a53172380362acec73ff6 Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Wed, 25 Oct 2023 12:56:49 +0000 Subject: [PATCH] temp --- .github/workflows/gates_report.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gates_report.yml b/.github/workflows/gates_report.yml index bda9daa03f4..f67b98dc5be 100644 --- a/.github/workflows/gates_report.yml +++ b/.github/workflows/gates_report.yml @@ -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)"