From 8859592893fb8cfc835c056227d80407a87b6b38 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 14 Nov 2023 08:43:00 -0800 Subject: [PATCH] tests,gpu-compute: Fix Lulesh 'Obtain LULESH' step (#563) The `working-directory: ${{ github.workspace }}` line was included by mistake and resulted in this step failing as the command was being executed in the wrong directory. Example failure: https://github.com/gem5/gem5/actions/runs/6832831307/job/18593080567 --- .github/workflows/gpu-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gpu-tests.yaml b/.github/workflows/gpu-tests.yaml index 836bace7d7..b390e0750f 100644 --- a/.github/workflows/gpu-tests.yaml +++ b/.github/workflows/gpu-tests.yaml @@ -53,7 +53,6 @@ jobs: - run: chmod u+x build/GCN3_X86/gem5.opt - name: Obtain LULESH - working-directory: ${{ github.workspace }}/lulesh # Obtains the latest LULESH compatible with this version of gem5 via # gem5 Resources. run: build/GCN3_X86/gem5.opt util/obtain-resource.py lulesh -p lulesh