Skip to content

Commit

Permalink
attempt to fix nightly builds path
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 7, 2024
1 parent dae9711 commit b067ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install dependencies
run: poetry install --sync --no-interaction

- name: Build using Makefile
run: make build
- name: Build
run: poetry run nuitka --clang --onefile avnie/main.py

# - name: Upload artifact
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b067ab0

Please sign in to comment.