install meshtastic before building single executable

This commit is contained in:
Mike Kinney
2022-01-05 13:56:07 -08:00
parent 7b3c68119c
commit acbc1f2e30
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ jobs:
run: |
pip install pyinstaller
pip install -r requirements.txt
pip install .
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
- uses: actions/upload-artifact@v2
with:

View File

@@ -19,6 +19,7 @@ jobs:
run: |
pip install pyinstaller
pip install -r requirements.txt
pip install .
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
- uses: actions/upload-artifact@v2
with:

View File

@@ -19,6 +19,7 @@ jobs:
run: |
pip install pyinstaller
pip install -r requirements.txt
pip install .
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
- uses: actions/upload-artifact@v2
with: