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
co-authored by GitHub
parent 7480378aed
commit eb72ee0fc1
+1 -1
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