Skip to content

Commit f298a1d

Browse files
committed
Debug
1 parent 23ac07e commit f298a1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
- name: Setup crlf
3333
shell: bash
3434
run: |
35-
cat /c/hostedtoolcache/windows/Python/3.9.13/x64/pyconfig.h
35+
for f in `find /c/hostedtoolcache/windows/Python/3.9.13/x64/ -iname pyconfig.h`; do
36+
cat $f
37+
done
3638
git config --global core.autocrlf false
3739
# - name: Setup Python
3840
# id: setup-python

0 commit comments

Comments
 (0)