diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 5562d27e3a..fe6dfaa6de 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -276,10 +276,10 @@ jobs: - name: Check rebootstrap run: | set -e - # clean rebuild in case of Makefile changes/Lake does not detect uncommited stage 0 - # changes yet + git config user.email "stage0@lean-fro.org" + git config user.name "update-stage0" make -C build update-stage0 - make -C build/stage1 clean-stdlib + git commit --allow-empty -m "chore: update-stage0" time make -C build -j$NPROC time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC if: matrix.check-rebootstrap