Merge pull request #210 from mkinney/work_on_single_executable

install meshtastic before building single executable
This commit is contained in:
mkinney
2022-01-05 13:58:47 -08:00
committed by GitHub
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: