mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-12 19:03:11 +01:00
tweak: checkout main not needed (#2993)
This commit is contained in:
parent
ee725846c5
commit
10682cf736
1 changed files with 1 additions and 2 deletions
3
.github/workflows/packaging.yml
vendored
3
.github/workflows/packaging.yml
vendored
|
@ -36,8 +36,7 @@ jobs:
|
|||
- name: Make Asset
|
||||
run: |
|
||||
cd packaging/linux/AppDir/usr/lnbits
|
||||
git checkout main
|
||||
poetry install --main
|
||||
poetry install
|
||||
poetry run pip install pyinstaller
|
||||
|
||||
# Build the LNbits binary
|
||||
|
|
Loading…
Add table
Reference in a new issue