From ed6348c1e74cbea37528be92182d6cdb1dd89c7d Mon Sep 17 00:00:00 2001 From: stcui007 Date: Mon, 2 Oct 2023 14:35:51 +0000 Subject: [PATCH] Fix a directory issue --- .github/workflows/ngen_integration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ngen_integration.yaml b/.github/workflows/ngen_integration.yaml index 9908001d..78a72bf8 100644 --- a/.github/workflows/ngen_integration.yaml +++ b/.github/workflows/ngen_integration.yaml @@ -40,12 +40,13 @@ jobs: path: ./ngen #- uses: ./.github/actions/ngen-build/action.yaml + - run: | + cd ./ngen - name: Build Ngen #uses: NOAA-OWP/ngen/.github/actions/ngen-build/action.yaml@master #uses: ./ngen/.github/actions/ngen-build/action.yaml uses: ./.github/actions/ngen-build - working-directory: ./ngen with: targets: "ngen" build-cores: ${{ env.LINUX_NUM_PROC_CORES }}