Skip to content

Commit

Permalink
fix azp
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Jun 25, 2023
1 parent 1661720 commit ac019e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
clean: all
steps:
- script: |
apt-get -y install pkg-config
apt-get -y install libcurl4-openssl-dev
sudo apt-get -y install pkg-config
sudo apt-get -y install libcurl4-openssl-dev
displayName: 'Install deps'
- script: |
mkdir build
Expand Down

0 comments on commit ac019e2

Please sign in to comment.