Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 21, 2024
1 parent 3b31ef9 commit 4eb038c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb038c

Please sign in to comment.