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 49136be commit ef573ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
- name: Checkout tree
uses: actions/checkout@v4

- run: find C: -name ssl.h
- run: |
find c: -name ssl.h
- run: find D: -name ssl.h
- run: |
find d: -name ssl.h
- run: rm -r $env:ProgramFiles\OpenSSL

Expand Down

0 comments on commit ef573ec

Please sign in to comment.