ci(github-actions): updated static library path

This commit is contained in:
2025-02-20 11:09:32 -05:00
parent 38901b619f
commit 85cd0a597b

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/googletest/googletest && sudo cmake . && sudo make && sudo cp *.a /usr/lib
cd /usr/src/googletest/googletest && sudo cmake . && sudo make && sudo cp lib/*.a /usr/lib
- name: Run build and tests
run: ./mk