Skip to content

Commit

Permalink
ci4
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 19, 2023
1 parent 965f136 commit 92bf8b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 92bf8b1

Please sign in to comment.