mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
ci: try skipping windows build
+ downgrade psutils
This commit is contained in:
@@ -7,6 +7,14 @@ on:
|
|||||||
description: "Tag"
|
description: "Tag"
|
||||||
required: true
|
required: true
|
||||||
default: "1.x.x"
|
default: "1.x.x"
|
||||||
|
build_windows:
|
||||||
|
description: "Build Windows binary"
|
||||||
|
required: true
|
||||||
|
default: "true"
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- true
|
||||||
|
- false
|
||||||
is_latest:
|
is_latest:
|
||||||
description: "Set as latest"
|
description: "Set as latest"
|
||||||
required: true
|
required: true
|
||||||
@@ -36,7 +44,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, windows-2019]
|
os: ${{inputs.build_windows == 'true' && toJson('[ubuntu-20.04, windows-2019]') || toJson('[ubuntu-20.04]')}}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: Create binary on ${{ matrix.os }}
|
name: Create binary on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@ pendulum==3.0.0
|
|||||||
Pillow==9.5.0
|
Pillow==9.5.0
|
||||||
platformdirs==3.11.0
|
platformdirs==3.11.0
|
||||||
pluggy==1.3.0
|
pluggy==1.3.0
|
||||||
psutil==5.9.5
|
psutil==5.9.3
|
||||||
pydantic==2.6.3
|
pydantic==2.6.3
|
||||||
pydantic_core==2.16.3
|
pydantic_core==2.16.3
|
||||||
pyinstaller==5.13.2
|
pyinstaller==5.13.2
|
||||||
|
|||||||
Reference in New Issue
Block a user