Skip to content

Commit

Permalink
Fix a directory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Oct 2, 2023
1 parent aec2e18 commit ed6348c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ed6348c

Please sign in to comment.