Skip to content

Commit

Permalink
Add nuitka action
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Dec 2, 2023
1 parent 567123c commit e20a181
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/generate_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ jobs:
- name: Install python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install requirements
python-version: '3.9'
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install nuitka zstandard orderedset
python3 -m nuitka --onefile zircolite.py
- name: Build with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: zircolite.py
onefile: true

0 comments on commit e20a181

Please sign in to comment.