Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svuckovicTT committed Dec 28, 2024
1 parent 51e476f commit e15fc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
ls -lahF
echo "CREATING THE SYMLINK"
ln -sf ${{ steps.strings.outputs.install-output-dir }} ${{ steps.strings.outputs.build-output-dir }}
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
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 }}
ls -lahF
Expand Down

0 comments on commit e15fc54

Please sign in to comment.