Skip to content

Commit

Permalink
#0: Use Unity build (#14535)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT authored Oct 31, 2024
1 parent 3c5b39e commit 80eec61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-ttnn-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
-w ${{ github.workspace }}
run: |
set -eu # basic shell hygiene
./build_metal.sh --disable-unity-builds --build-type Release
./build_metal.sh --build-type Release
# TTNN project
- name: Checkout cpp-ttnn-project-template
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: tenstorrent/cpp-ttnn-project-template
path: project
Expand Down

0 comments on commit 80eec61

Please sign in to comment.