From 3b5abf3d0f68d7904cff83b1dde92f540c599922 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 14 Aug 2026 14:05:16 -0400 Subject: [PATCH] Remove broken WSL bash workaround --- .github/workflows/ci.yaml | 8 -------- .github/workflows/release.yaml | 8 -------- 2 files changed, 16 deletions(-) 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: |