Skip to content

Commit

Permalink
Add curl dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lealem Amedie committed Jan 22, 2024
1 parent e49f7b3 commit 6c803af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-check-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# Don't prompt for anything
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
# Install mosquitto
sudo apt-get install -y mosquitto bubblewrap
# Install Dependencies
sudo apt-get install -y mosquitto bubblewrap libpsl5 libpsl-dev
- name: Setup mosquitto broker
run: |
Expand Down

0 comments on commit 6c803af

Please sign in to comment.