Skip to content

Commit

Permalink
Install missing libpsl-dev for curl.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 20, 2024
1 parent 617b1eb commit 2474324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y ninja-build
sudo apt install -y ninja-build libpsl-dev
major_version=$(lsb_release -rs | cut -d'.' -f1)
if [ "$major_version" -le "22" ]; then
Expand Down

0 comments on commit 2474324

Please sign in to comment.