Skip to content

Commit 1be13b0

Browse files
committed
Revertido alterações
1 parent 2badbc9 commit 1be13b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nuitka.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
pip install nuitka
2424
- name: build with nuitka
2525
run: |
26-
python get-hints.py install_coops_python.py
27-
python nuitka-hints.py install_coops_python.py
26+
python -m nuitka --mingw64 --standalone --onefile --windows-disable-console --assume-yes-for-downloads --enable-plugin=tk-inter install_coops_python.py
2827
- uses: actions/upload-artifact@v2
2928
with:
3029
name: install_coops_python.exe

0 commit comments

Comments
 (0)