Skip to content

Commit

Permalink
Fix uplift PR (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Nov 26, 2024
1 parent fff85dd commit 3c35a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-uplift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
LATEST_TT_METAL_VERSION=$(gh api repos/tenstorrent/tt-mlir/commits/main --jq '.sha')
LATEST_TT_METAL_VERSION=$(gh api repos/tenstorrent/tt-metal/commits/main --jq '.sha')
echo "LATEST_TT_METAL_VERSION=$LATEST_TT_METAL_VERSION" >> $GITHUB_ENV
- name: Update tt-metal reference in third_party/CMakeLists.txt
run: |
echo "Updating tt-mlir to SHA: ${{ env.LATEST_TT_METAL_VERSION }}"
echo "Updating tt-metal to SHA: ${{ env.LATEST_TT_METAL_VERSION }}"
sed -i "s/set(TT_METAL_VERSION \".*\")/set(TT_METAL_VERSION \"${{ env.LATEST_TT_METAL_VERSION }}\")/" third_party/CMakeLists.txt
- name: Create Pull Request
Expand Down

0 comments on commit 3c35a60

Please sign in to comment.