We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e8e9a commit 48fe316Copy full SHA for 48fe316
.github/workflows/gen_orig.yml
@@ -14,8 +14,9 @@ jobs:
14
- name: Install dependencies
15
run: | # Local cmake needs to be removed for pybind11 to be detected
16
sudo rm -rf /usr/local/bin/cmake
17
+ pip3 install --user meson
18
sudo apt-get update
- sudo apt-get install -y meson pkgconf cmake libgtest-dev libyaml-dev python3 python3-dev pybind11-dev python3-jinja2 python3-ply python3-yaml
19
+ sudo apt-get install -y ninja-build pkgconf cmake libgtest-dev libyaml-dev python3 python3-dev pybind11-dev python3-jinja2 python3-ply python3-yaml
20
- name: Check out repository code
21
uses: actions/checkout@v4
22
with:
0 commit comments