Skip to content

Commit

Permalink
Adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoSocas committed Dec 11, 2023
1 parent f2d3545 commit d3a5dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: update apt
- name: build
run: |
sudo apt-get update
sudo apt-get install --yes ninja-build rsync zip
sudo apt-get install --yes pkg-config
git clone https://github.com/Microsoft/vcpkg.git
sudo apt-get install --yes libxtst-dev libxi-dev libdbus-1-dev
export VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT
cmake --preset linux-release
cmake --build --preset linux-release

0 comments on commit d3a5dec

Please sign in to comment.