Skip to content

Commit 3a49a3d

Browse files
committed
Remove search
1 parent 6ba7738 commit 3a49a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

0 commit comments

Comments
 (0)