Skip to content

Commit

Permalink
nuitka -> nuitka3
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 9, 2024
1 parent 2897b8e commit f3ae1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-spec-transformation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
shell: bash
run: |
cd specification-transformation
nuitka --onefile --standalone --include-data-dir="cpachecker=cpachecker" src/specification-transformation.py
nuitka3 --onefile --standalone --include-data-dir="cpachecker=cpachecker" src/specification-transformation.py
- name: Upload results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v3.1.2
with:
Expand Down

0 comments on commit f3ae1c3

Please sign in to comment.