Skip to content

Commit 7844886

Browse files
authored
tmp(ci): disable windows x86 build
1 parent a58b141 commit 7844886

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
poetry-version: [ "1.8.4" ]
2424
variant: [ 'wit', 'whisper' ]
2525
architecture: [ 'x64' ]
26-
include:
27-
- os: windows-latest
28-
architecture: 'x86'
29-
python-version: "3.9"
30-
poetry-version: "1.8.4"
31-
variant: "wit"
26+
# include:
27+
# - os: windows-latest
28+
# architecture: 'x86'
29+
# python-version: "3.9"
30+
# poetry-version: "1.8.4"
31+
# variant: "wit"
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
@@ -71,7 +71,7 @@ jobs:
7171
- name: Package
7272
run: |
7373
poetry run pyside6-rcc src/resources.qrc -o src/resources_rc.py
74-
poetry run pyinstaller --log-level DEBUG ${{ github.event.inputs.spec }}
74+
poetry run pyinstaller ${{ github.event.inputs.spec }}
7575
- name: Compress (Windows)
7676
if: runner.os == 'Windows'
7777
run: tar.exe -acf AlMufarrigh-${{ runner.os }}-${{ matrix.architecture }}-${{ matrix.variant }}-portable.zip dist

0 commit comments

Comments
 (0)