Browse Source

maybe not needed

Samuel Attard 6 months ago
parent
commit
fcb6dc81d8

+ 0 - 5
.github/actions/install-build-tools/action.yml

@@ -6,11 +6,6 @@ runs:
   - name: Install Build Tools
     shell: bash
     run: |
-      if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then
-        git config --global core.filemode false
-        git config --global core.autocrlf false
-        git config --global branch.autosetuprebase always
-      fi
       export BUILD_TOOLS_SHA=33dc5186556bfbf7b0121a00cdd89ed3802e47da
       npm i -g @electron/build-tools
       e auto-update disable

+ 0 - 3
.github/workflows/pipeline-segment-electron-build.yml

@@ -86,9 +86,6 @@ jobs:
     - name: Create src dir
       run: |
         mkdir src
-        if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then
-          mkdir -p "C:\Users\ContainerAdministrator\AppData\Roaming\npm"
-        fi
     - name: Checkout Electron
       uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
       with: