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 ade5dc7 commit 7df5553
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v3
- name: update apt
run: |
sudo apt-get update \
apt-get install --yes ninja-build rsync zip \
apt-get install --yes pkg-config \
git clone https://github.com/Microsoft/vcpkg.git \
export VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT \
sudo apt-get update
apt-get install --yes ninja-build rsync zip
apt-get install --yes pkg-config
git clone https://github.com/Microsoft/vcpkg.git
export VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT
- name: cmake configure
run: cmake --preset linux-release
Expand Down

0 comments on commit 7df5553

Please sign in to comment.