From 8120d6514af863d2c5233b6961c81279f84a4c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Sat, 21 Sep 2024 13:27:12 +0200 Subject: [PATCH] DEBUG --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23bd3181..05f03cd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,8 @@ jobs: runs-on: ${{ matrix.os }} steps: - - run: pacman -Ss ssl + - run: ls -l /cygwin/bin/cygss* + - run: ls -l /cygwin/include/openssl* - name: Checkout tree uses: actions/checkout@v4