Răsfoiți Sursa

ci: remove i686 windows target

Jonathan Kelley 3 ani în urmă
părinte
comite
66bc09cf28
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  1. 0 6
      .github/workflows/windows.yml

+ 0 - 6
.github/workflows/windows.yml

@@ -41,12 +41,6 @@ jobs:
           rustup target add ${{ matrix.target }}
         shell: powershell
 
-      - name: Add mingw32 to path for i686-gnu
-        run: |
-          echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
-        if: matrix.target == 'i686-pc-windows-gnu' && matrix.channel == 'nightly'
-        shell: bash
-
       - name: Add mingw64 to path for x86_64-gnu
         run: echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
         if: matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly'