ci(github-actions): updated path to google tests install dir on ubuntu

This commit is contained in:
2025-02-20 11:07:23 -05:00
parent 24e1fbf8c2
commit 38901b619f

View File

@@ -23,7 +23,7 @@ jobs:
sudo apt-get install -y cmake build-essential meson ninja-build python3 python3-pip libgtest-dev
pip install meson
# Compile gtest manually for Ubuntu
cd /usr/src/gtest && sudo cmake . && sudo make && sudo cp *.a /usr/lib
cd /usr/src/googletest/googletest && sudo cmake . && sudo make && sudo cp *.a /usr/lib
- name: Run build and tests
run: ./mk