Skip to content

Commit

Permalink
Fixed path to gh-build.yml in gh-build-and-test.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 7, 2024
1 parent e132734 commit 6dc8110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
if: ${{ github.repository_owner == 'nvidia' }}
uses:
.github/workflows/gh-build.yml
./.github/workflows/gh-build.yml
with:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
Expand Down

0 comments on commit 6dc8110

Please sign in to comment.