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 0994cfb commit 16e2c77Copy full SHA for 16e2c77
.github/workflows/release-binaries-windows.yml
@@ -32,11 +32,11 @@ jobs:
32
- name: Setup crlf
33
run: |
34
git config --global core.autocrlf false
35
- - name: Setup Python
36
- id: setup-python
37
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
38
- with:
39
- python-version: '3.9'
+# - name: Setup Python
+# id: setup-python
+# uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+# with:
+# python-version: '3.9'
40
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
41
with:
42
ref: ${{ (inputs.release-version && format('llvmorg-{0}', inputs.release-version)) || github.sha }}
0 commit comments