mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 03:47:55 -05:00
install meshtastic before building single executable
This commit is contained in:
1
.github/workflows/build_mac.yml
vendored
1
.github/workflows/build_mac.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/workflows/build_ubuntu.yml
vendored
1
.github/workflows/build_ubuntu.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/workflows/build_windows.yml
vendored
1
.github/workflows/build_windows.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user