We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67faa3c commit b507945Copy full SHA for b507945
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
sudo bash mycodo/scripts/upgrade_commands.sh update-apt
27
- sudo apt install -y libatlas-base-dev libboost-python-dev gawk git libffi-dev libi2c-dev nginx python3-dev sqlite3 swig
+ sudo apt install -y libboost-python-dev gawk git libffi-dev libi2c-dev nginx python3-dev sqlite3 swig
28
sudo bash mycodo/scripts/upgrade_commands.sh update-packages
29
git clone --recursive https://github.com/WiringPi/WiringPi-Python.git && cd WiringPi-Python && git submodule update --init && cd WiringPi && ./build && cd ../..
30
sudo bash mycodo/scripts/upgrade_commands.sh build-pigpiod
0 commit comments