From 4eb038c764c82a633eadfe814a69fa694baf7575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Sat, 21 Sep 2024 13:46:28 +0200 Subject: [PATCH] DEBUG --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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