Skip to content

Commit

Permalink
Add lsb-release on the github runner (#5825)
Browse files Browse the repository at this point in the history
  • Loading branch information
esev authored Jan 12, 2025
1 parent b4a4d2d commit 253ab45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 253ab45

Please sign in to comment.