Skip to content

Commit b507945

Browse files
committed
remove libatlas-base-dev for Debian Trixie
1 parent 67faa3c commit b507945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
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
27+
sudo apt install -y libboost-python-dev gawk git libffi-dev libi2c-dev nginx python3-dev sqlite3 swig
2828
sudo bash mycodo/scripts/upgrade_commands.sh update-packages
2929
git clone --recursive https://github.com/WiringPi/WiringPi-Python.git && cd WiringPi-Python && git submodule update --init && cd WiringPi && ./build && cd ../..
3030
sudo bash mycodo/scripts/upgrade_commands.sh build-pigpiod

0 commit comments

Comments
 (0)