From ec3487867c895f4a26c7640d64d9dcd6f9abea15 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 28 Jun 2024 17:42:02 -0700 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 8d48dfc828..3ea173ea0f 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -48,7 +48,6 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - git config --system core.longpaths true - name: Checkout uses: actions/checkout@v4 with: @@ -117,7 +116,6 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - git config --system core.longpaths true - name: Checkout uses: actions/checkout@v4 - name: Setup Bun @@ -149,7 +147,6 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - git config --system core.longpaths true - name: Checkout uses: actions/checkout@v4 with: @@ -216,7 +213,6 @@ jobs: assertions: ${{ inputs.assertions }} canary: ${{ inputs.canary }} no-cache: ${{ inputs.no-cache }} - link: name: Link runs-on: ${{ inputs.runs-on }} @@ -232,7 +228,6 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - git config --system core.longpaths true - name: Checkout uses: actions/checkout@v4 with: @@ -328,7 +323,6 @@ jobs: path: features.json if-no-files-found: error overwrite: true - on-failure: if: ${{ github.repository_owner == 'oven-sh' && failure() }} name: On Failure