diff --git a/.github/workflows/ci2.yml b/.github/workflows/ci2.yml index f4b59256724..fe5c956c93c 100644 --- a/.github/workflows/ci2.yml +++ b/.github/workflows/ci2.yml @@ -65,8 +65,9 @@ jobs: pacman -Syu pacman -S --noconfirm --needed base-devel unzip mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool mingw-w64-x86_64-cmake which cygpath - ln -s /usr/bin/cygpath.exe /usr/bin/cygpath + ln -s /usr/bin/cygpath.exe /bin/cygpath ls -l /usr/bin/ | grep -i cygpath + ls -l /bin/ | grep -i cygpath - name: Prepare netcdf build run: |