Skip to content

Commit

Permalink
Fix completion to end on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 15, 2024
1 parent 0681daf commit 1f256a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
uv --no-progress run --frozen -- python -m nuitka --version
- name: uv run nuitka - Broken on Windows
if: runner.os != 'Windows'
run: |
uv --no-progress run --frozen -- nuitka --version
- name: uv run nuitka.cmd - Only works on Windows
Expand Down

0 comments on commit 1f256a4

Please sign in to comment.