Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoSocas committed Dec 11, 2023
1 parent 7df5553 commit 578340b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: update apt
run: |
sudo apt-get update
apt-get install --yes ninja-build rsync zip
apt-get install --yes pkg-config
sudo apt-get install --yes ninja-build rsync zip
sudo apt-get install --yes pkg-config
git clone https://github.com/Microsoft/vcpkg.git
export VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT
Expand Down

0 comments on commit 578340b

Please sign in to comment.