diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f973845cb..9e7921bd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,9 @@ jobs: Configuration: Release steps: - + - name: Install Git + run: | + choco install git --version 2.40.1 # Or specify the version you need - name: Checkout uses: actions/checkout@v3.5.2 with: