Skip to content

Commit

Permalink
Update test_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhedarV authored Sep 13, 2024
1 parent 10662b9 commit 2bcbacb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
path: ${{ github.workspace }}/${{ env.XRT_VERSION_PATCH }}
submodules: recursive

- name: Create directory for Dockerfile
run: mkdir -p ${{ github.workspace }}/dockerfiles

- name: Checkout Dockerfile from master
run: |
git init
Expand All @@ -53,6 +56,7 @@ jobs:
git fetch origin master
git checkout master
working-directory: ${{ github.workspace }}/dockerfiles


- name: Checkout private repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 2bcbacb

Please sign in to comment.