Skip to content

Commit

Permalink
Update monthly-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas2902 authored Sep 30, 2024
1 parent 974cff3 commit 44e1691
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/monthly-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,15 @@ jobs:
git submodule init
git submodule update
- name: Generate files
run: |
python3 generate.py
- name: Cythonize
run: |
python3 cythonize_files.py
- name: build
- name: Create plugin
run: |
python3 create_plugin.py
Expand Down

0 comments on commit 44e1691

Please sign in to comment.