diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02703f9e..4496e5f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ env: FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} DEVEL: ${{ inputs.devel }} BUILD_ID: ${{ inputs.build-id }} - TEMP_PATCH_NUMBER: "" + TEMP_PATCH_NUMBER: "4198" FORCE_PGO: "false" jobs: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cdf56bbb..5d69328d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -177,10 +177,7 @@ jobs: - name: Configure shell: bash - run: | - git config --global core.autocrlf off - dos2unix .patch/boost/* - ./.ci/build/configure.sh -DCCACHE_PATH=${SCCACHE_PATH} + run: ./.ci/build/configure.sh -DCCACHE_PATH=${SCCACHE_PATH} - name: Build shell: bash