From 58288b37ead9767bedd0157567713a41b4a202c8 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Thu, 14 Aug 2025 10:47:11 -0400 Subject: [PATCH] Ok can we finally get this building? --- .github/workflows/build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f37f1ff..a77d4085 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,10 +15,6 @@ jobs: version: [GAFE01_00, GAFU01_00] steps: - # Install uv - - name: Install uv - uses: astral-sh/setup-uv@v6 - # Checkout the repository - name: Checkout uses: actions/checkout@v4 @@ -26,9 +22,8 @@ jobs: submodules: recursive # Normalize file mod times - - name: Restore git file mtimes - run: | - uvx git-restore-mtime + - name: restore timestamps + uses: chetan/git-restore-mtime-action@v2 # Set Git config - name: Git config