diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index b77f7cd5c45d..a7638174e6a7 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -37,13 +37,7 @@ jobs: - name: Set Windows PATH uses: egor-tensin/cleanup-path@v1 with: - dirs: 'C:\tools\cygwin\lib\lapack;C:\tools\cygwin\bin' - - name: Remove OpenBLAS - # Added to work around OpenBLAS bugs on AVX-512 - # Add libopenblas to the Cygwin install step when removing this step - # Should be possible after next Cygwin OpenBLAS update. - run: | - dash -c "/bin/rm -f /usr/bin/cygblas-0.dll" + dirs: 'C:\tools\cygwin\bin;C:\tools\cygwin\lib\lapack' - name: Verify that bash is Cygwin bash run: | command bash