From 6c9c3db3244447c9a026fc257d013dd18e5e630b Mon Sep 17 00:00:00 2001 From: Andrew Fuller Date: Tue, 26 Nov 2024 17:49:26 +0000 Subject: [PATCH] Try out new cleaning --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ea4099d13c9e..8690efee7faa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: echo "::error title=ccache-not-provisioned::Ccache is not properly provisioned." exit 1 fi - - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@main + - uses: tenstorrent/tt-metal/.github/actions/checkout-with-submodule-lfs@afuller/cleanup-git-repo - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV