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 578340b commit f2d3545
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ jobs:
sudo 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
- name: build
run: cmake --build --preset linux-release
cmake --preset linux-release
cmake --build --preset linux-release

0 comments on commit f2d3545

Please sign in to comment.