Add lsb-release on the github runner (#5825)

This commit is contained in:
Eric Severance
2025-01-11 20:29:24 -08:00
committed by GitHub
parent b4a4d2db4e
commit 253ab458ef

View File

@@ -20,7 +20,7 @@ runs:
shell: bash
run: |
sudo apt-get -y update --fix-missing
sudo apt-get install -y cppcheck libbluetooth-dev libgpiod-dev libyaml-cpp-dev
sudo apt-get install -y cppcheck libbluetooth-dev libgpiod-dev libyaml-cpp-dev lsb-release
- name: Setup Python
uses: actions/setup-python@v5