File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments