Skip to content

Commit

Permalink
Update libsnmp dependency for newer ubuntu
Browse files Browse the repository at this point in the history
It seems the upstream `ubuntu-latest` action runner was updated by
GitHub 4 days ago. The latest ubuntu is now 22.04, which features
libsnmp40 rather than libsnmp35.
  • Loading branch information
lunkwill42 committed Jan 3, 2023
1 parent 0d5e8d1 commit 3564982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: "Install libraries needed to build external dependencies"
run: |
set -xe
sudo apt-get install -y libldap2-dev libsasl2-dev libtidy5deb1 libsnmp35
sudo apt-get install -y libldap2-dev libsasl2-dev libtidy5deb1 libsnmp40
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
Expand Down

0 comments on commit 3564982

Please sign in to comment.