Skip to content

Commit

Permalink
Merge pull request #392 from lealem47/curlTest
Browse files Browse the repository at this point in the history
Add curl test dependencies
  • Loading branch information
dgarske committed Jan 22, 2024
2 parents e49f7b3 + 6c803af commit 6c806d5
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 6c806d5

Please sign in to comment.