File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- name : Set up Python ${{ env.PYTHON_VERSION }}
15
15
uses : actions/setup-python@v1
16
16
with :
17
- PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
17
+ python-version : ${{ env.PYTHON_VERSION }}
18
18
- name : Install deps
19
19
run : choco install nasm
20
20
- name : Environment Information
Original file line number Diff line number Diff line change 14
14
- name : Set up Python ${{ env.PYTHON_VERSION }}
15
15
uses : actions/setup-python@v1
16
16
with :
17
- PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
17
+ python-version : ${{ env.PYTHON_VERSION }}
18
18
- name : Environment Information
19
19
run : npx envinfo
20
20
- name : Build
Original file line number Diff line number Diff line change 14
14
- name : Set up Python ${{ env.PYTHON_VERSION }}
15
15
uses : actions/setup-python@v1
16
16
with :
17
- PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
17
+ python-version : ${{ env.PYTHON_VERSION }}
18
18
- name : Environment Information
19
19
run : npx envinfo
20
20
- name : Build
You can’t perform that action at this time.
0 commit comments