Skip to content

Commit

Permalink
Add nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Dec 2, 2023
1 parent 06528fd commit e473cd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/generate_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- name: Install requirements
run: |
pip install -r requirements.txt
pip install nuitka zstandard orderedset
python3 -m nuitka --onefile zircolite.py

0 comments on commit e473cd1

Please sign in to comment.