ci: 更新 setup-python
This commit is contained in:
parent
cb2e8743af
commit
098f08e906
|
@ -40,7 +40,7 @@ jobs:
|
||||||
run: sudo apt install fakeroot patchelf -y
|
run: sudo apt install fakeroot patchelf -y
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
@ -64,4 +64,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: WingHexExplorer2-win-release-build-cache
|
name: WingHexExplorer2-win-release-build-cache
|
||||||
path: ${{github.workspace}}/mkinstaller/innoSetup/*.exe
|
path: ${{github.workspace}}/mkinstaller/innoSetup/*.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue