Skip to content

Commit

Permalink
fix: nuitka path
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Nov 12, 2023
1 parent 9eba39e commit 8e4420d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary-nuitka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: build
run: |
pip install nuitka
nuitka --standalone --onefile --follow-imports -o ntfsdump.exe --output-dir=dist --assume-yes-for-downloads src/ntfsdump/views/NtfsDumpView.py
poetry run python -m nuitka --standalone --onefile --follow-imports -o ntfsdump.exe --output-dir=dist --assume-yes-for-downloads src/ntfsdump/views/NtfsDumpView.py
- name: verify
run: dist/ntfsdump.exe -h
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: build
run: |
pip install nuitka
nuitka --standalone --onefile --follow-imports -o ntfsdump --output-dir=dist --assume-yes-for-downloads src/ntfsdump/views/NtfsDumpView.py
poetry run python -m nuitka --standalone --onefile --follow-imports -o ntfsdump --output-dir=dist --assume-yes-for-downloads src/ntfsdump/views/NtfsDumpView.py
- name: verify
run: dist/ntfsdump -h

0 comments on commit 8e4420d

Please sign in to comment.