We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba7738 commit 3a49a3dCopy full SHA for 3a49a3d
.github/workflows/release-binaries-windows.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Setup crlf
33
shell: bash
34
run: |
35
- for f in `find /c/hostedtoolcache/windows/Python/3.9.13/x64/ -iname pyconfig.h`; do
36
- cat $f
37
- done
+# for f in `find /c/hostedtoolcache/windows/Python/3.9.13/x64/ -iname pyconfig.h`; do
+# cat $f
+# done
38
git config --global core.autocrlf false
39
# - name: Setup Python
40
# id: setup-python
0 commit comments