Skip to content

Commit

Permalink
Install missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 12, 2023
1 parent 508d349 commit 32b8164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup
run: |
apt-get update
apt-get install -y python3-pip
apt-get install -y python3-pip libcurl4-openssl-dev
pip3 install -U conan
conan profile detect
- name: Build
Expand Down

0 comments on commit 32b8164

Please sign in to comment.