mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-29 07:03:47 +00:00
ci: try skipping windows build
+ downgrade psutils
This commit is contained in:
@@ -7,6 +7,14 @@ on:
|
||||
description: "Tag"
|
||||
required: true
|
||||
default: "1.x.x"
|
||||
build_windows:
|
||||
description: "Build Windows binary"
|
||||
required: true
|
||||
default: "true"
|
||||
type: choice
|
||||
options:
|
||||
- true
|
||||
- false
|
||||
is_latest:
|
||||
description: "Set as latest"
|
||||
required: true
|
||||
@@ -36,7 +44,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
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 }}
|
||||
name: Create binary on ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ pendulum==3.0.0
|
||||
Pillow==9.5.0
|
||||
platformdirs==3.11.0
|
||||
pluggy==1.3.0
|
||||
psutil==5.9.5
|
||||
psutil==5.9.3
|
||||
pydantic==2.6.3
|
||||
pydantic_core==2.16.3
|
||||
pyinstaller==5.13.2
|
||||
|
||||
Reference in New Issue
Block a user