From f24a5fafa126b850487d9adee6d71cf63b79f6ad Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Fri, 8 Sep 2023 07:23:57 -0700 Subject: [PATCH] Attempt 1. --- .github/workflows/gh-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-build.yml b/.github/workflows/gh-build.yml index 040e432a6..22384c07c 100644 --- a/.github/workflows/gh-build.yml +++ b/.github/workflows/gh-build.yml @@ -73,7 +73,7 @@ jobs: echo "git_tag=$git_tag" | tee -a "${GITHUB_OUTPUT}"; - name: Download dependencies (artifacts) - uses: ./legate.io/.github/actions/download-artifacts + uses: ./cunumeric/.github/actions/download-artifacts with: device: "${{ inputs.device }}" git_sha: "${{ steps.legate_core_info.outputs.git_tag }}" @@ -92,7 +92,7 @@ jobs: . devcontainer-utils-post-attach-command; . devcontainer-utils-init-github-cli; - - name: Build legate.io + - name: Build cunumeric run: | export PATH="/home/coder/cunumeric/continuous_integration:$PATH" build-cunumeric-all