diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04f57ac..c957fda 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,14 +94,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Remove Broken WSL bash executable - if: ${{ matrix.os == 'windows-latest' }} - shell: cmd - run: | - takeown /F C:\Windows\System32\bash.exe - icacls C:\Windows\System32\bash.exe /grant administrators:F - del C:\Windows\System32\bash.exe - - uses: msys2/setup-msys2@v2 if: ${{ matrix.os == 'windows-latest' }} with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e150622..e135469 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,14 +69,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Remove Broken WSL bash executable - if: ${{ matrix.os == 'windows-latest' }} - shell: cmd - run: | - takeown /F C:\Windows\System32\bash.exe - icacls C:\Windows\System32\bash.exe /grant administrators:F - del C:\Windows\System32\bash.exe - - name: Install AArch64 Toolchain if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }} run: |