Skip to content

Commit

Permalink
Add missing dependency and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 24, 2023
1 parent 51c9de8 commit ca36f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- name: Checkout the Git repository
uses: actions/checkout@v4
- name: Build
uses: Eeems-Org/remarkable-nuitka-build-action@v1
uses: Eeems-Org/remarkable-nuitka-build-action@v2
with:
main: app.py
python_version: '3.10'
- uses: actions/upload-artifact@v3
with:
name: myapp
Expand Down
1 change: 1 addition & 0 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ timestamp=2020-10-09T18:15Z
section=util
maintainer="My Name <[email protected]>"
license=MIT
installdepends=(simple)

source=(
myapp.bin
Expand Down

0 comments on commit ca36f5f

Please sign in to comment.