Skip to content

Commit

Permalink
Increase nuitka verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Aug 5, 2024
1 parent ffd8d4e commit 7b5b0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build executable with Nuitka
run: |
nuitka --standalone --windows-disable-console --output-dir=dist/nuitka Spatial.py
nuitka --standalone --windows-console-mode=disable --output-dir=dist/nuitka --verbose Spatial.py
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7b5b0e2

Please sign in to comment.