Skip to content

Commit

Permalink
Fix nuitka build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwastaken committed Oct 18, 2023
1 parent fb18211 commit 724cf48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nuitkabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
output-file: bgtrainer_${{ matrix.os }}

- name: Make binary executable
if: ${{ !startsWith(matrix.os, 'windows') }}
run: chmod +x src/build/bgtrainer_*

- name: Build python script into a directory (Windows)
Expand Down

0 comments on commit 724cf48

Please sign in to comment.