ci(github-actions): updated meson version
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake build-essential meson ninja-build python3 python3-pip libgtest-dev
|
||||
pip install meson
|
||||
pip install meson==1.6.0
|
||||
# Compile gtest manually for Ubuntu
|
||||
cd /usr/src/googletest/googletest && sudo cmake . && sudo make && sudo cp lib/*.a /usr/lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user