From 3b31ef94ddbe5619de02ef4a061cf9f87f7f1d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Sat, 21 Sep 2024 13:43:41 +0200 Subject: [PATCH] DEBUG --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13139ee1..66ff3d8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,8 @@ 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/cygss* || true - - run: ls -l /d/cygwin/include/openssl* || true + - run: ls -l /d/cygwin/bin/ || true + - run: ls -l /d/cygwin/usr/include/ || true - name: Checkout tree uses: actions/checkout@v4