ci(github-actions): updated path to google tests install dir on ubuntu
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user