[CI] Use python3.10 on Windows
This commit is contained in:
Родитель
4245726ee4
Коммит
38f31b1386
|
@ -30,13 +30,15 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
|
||||
- run: dir
|
||||
- run: python3 -m pip install ninja meson
|
||||
- run: python -m pip install ninja meson
|
||||
- run: ninja --version
|
||||
- run: make skia-win_x64_defconfig
|
||||
- run: make source-checkout
|
||||
- run: bash -c make
|
||||
- run: make
|
||||
- run: Compress-Archive -Path out/skia/win_x64/sysroot/ skia-win64.zip
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
Загрузка…
Ссылка в новой задаче