Update .forgejo/workflows/build.yml
Some checks failed
Check syntax / check (push) Failing after 6s

This commit is contained in:
Nova Cat 2024-12-18 16:28:52 -08:00
parent fc1024958a
commit ead0d55ac6

View file

@ -6,4 +6,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
- run: python -m compileall . - run: python -m compileall .
- run: python -m py_compile cc/*