Skip to content

Commit

Permalink
Update cmake_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmluk authored Jul 9, 2024
1 parent 40e0b5f commit 6995549
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
# setup package dependencies
- name: Dependencies
run: |
sudo apt install libgtest-dev libeigen3-dev libgoogle-glog-dev
sudo apt install libgtest-dev libeigen3-dev
git clone https://github.com/google/glog.git
cd glog
cmake -S . -B build -G "Unix Makefiles"
sudo cmake --build build --target install
# configure repo
- name: Configure
run: |
Expand Down

0 comments on commit 6995549

Please sign in to comment.