Skip to content

Commit cc24764

Browse files
committed
Setu python
1 parent a92e162 commit cc24764

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ jobs:
227227
run: |
228228
git config --global core.autocrlf false
229229
230+
# Setup python.
231+
- name: Setup Python
232+
use: actions/setup-python@797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
233+
with:
234+
python-version: '3.13'
235+
236+
230237
- name: Checkout LLVM
231238
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
232239
with:

0 commit comments

Comments
 (0)