Skip to content

Commit

Permalink
mkdir before symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
svuckovicTT committed Dec 28, 2024
1 parent e15fc54 commit 1944d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ jobs:
ls -lahF
echo "CREATING THE SYMLINK"
ln -sf ${{ steps.strings.outputs.install-output-dir }} ${{ steps.strings.outputs.build-output-dir }}
mkdir -p ${{ steps.strings.outputs.work-dir }}/third_party/tt-metal/src/tt-metal-build
ln -sf ${{ steps.strings.outputs.work-dir }}/install/third_party/tt-metal/src/tt-metal-build/lib/ ${{ steps.strings.outputs.work-dir }}/third_party/tt-metal/src/tt-metal-build/lib
echo ${{ steps.strings.outputs.install-output-dir }}
echo ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit 1944d41

Please sign in to comment.