don't use "source" for deb builds

This commit is contained in:
Jonathan Bennett 2025-01-04 14:51:36 -06:00 committed by GitHub
parent 7480378aed
commit eb72ee0fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
debian/rules vendored
View File

@ -7,7 +7,7 @@
override_dh_auto_build:
# Terrible hack to use modern platformio to build the native version
python3 -m venv venv
source venv/bin/activate
. venv/bin/activate
pip install platformio
platformio run -e native
deactivate