diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index ee7a7495..2e9864d4 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -90,6 +90,8 @@ jobs: needs: [ build_and_test ] if: failure() steps: + - name: Checkout repository + uses: actions/checkout@v4.1.1 - name: Rerun failed jobs in the current workflow (because mac blender is unstable) env: GH_TOKEN: ${{ github.token }}