Skip to content

Commit df75cf0

Browse files
committed
DEBUG
1 parent ef573ec commit df75cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- run: |
33-
find c: -name ssl.h
33+
sh -c "find /c -name ssl.h -print"
3434
3535
- run: |
36-
find d: -name ssl.h
36+
sh -c "find /d -name ssl.h -print"
3737
3838
- run: rm -r $env:ProgramFiles\OpenSSL
3939

0 commit comments

Comments
 (0)