diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66ff3d8c..a7f60b78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,9 @@ jobs: - run: setup-x86_64.exe --packages=libssl-devel --root=D:\cygwin --site=https://cygwin.mirror.constant.com/ --symlink-type=sys - - run: ls -l /d/cygwin/bin/ || true - - run: ls -l /d/cygwin/usr/include/ || true + - run: echo $env:path + - run: ls -l /cygwin/bin/ || true + - run: ls -l /cygwin/usr/include/ || true - name: Checkout tree uses: actions/checkout@v4