From 72e20de5254bf9f766685546bedcfbe798c161aa Mon Sep 17 00:00:00 2001 From: Tom French Date: Mon, 30 Oct 2023 17:37:27 +0000 Subject: [PATCH] chore: comment out stuff --- .github/workflows/gates_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gates_report.yml b/.github/workflows/gates_report.yml index cd07d1cfb48..806040bfad3 100644 --- a/.github/workflows/gates_report.yml +++ b/.github/workflows/gates_report.yml @@ -56,8 +56,8 @@ jobs: - name: Set nargo on PATH run: | ls -l . - 7z e ./nargo-x86_64-unknown-linux-gnu - ls -l . + # 7z e ./nargo-x86_64-unknown-linux-gnu + # ls -l . nargo_binary="${{ github.workspace }}/nargo" chmod +x $nargo_binary