diff --git a/.github/workflows/upstream-utils.yml b/.github/workflows/upstream-utils.yml index 30d14352c1..820576e768 100644 --- a/.github/workflows/upstream-utils.yml +++ b/.github/workflows/upstream-utils.yml @@ -37,6 +37,10 @@ jobs: run: | cd upstream_utils ./update_eigen.py + - name: Run update_fmt.py + run: | + cd upstream_utils + ./update_fmt.py - name: Run update_libuv.py run: | cd upstream_utils @@ -49,5 +53,7 @@ jobs: run: | cd upstream_utils ./update_stack_walker.py + - name: Add untracked files to index so they count as changes + run: git add -A - name: Check output run: git --no-pager diff --exit-code HEAD