Skip to content

Commit

Permalink
don't use "source" for deb builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Jan 4, 2025
1 parent 7480378 commit eb72ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb72ee0

Please sign in to comment.