Skip to content

Commit 75fe515

Browse files
XECDesignnaushir
authored andcommitted
RASPBERRYPI ONLY: Use meson from pip when generating orig tarball
1 parent 2abd1f8 commit 75fe515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/gen_orig.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
- name: Install dependencies
1515
run: | # Local cmake needs to be removed for pybind11 to be detected
1616
sudo rm -rf /usr/local/bin/cmake
17+
pip3 install --user meson
1718
sudo apt-get update
18-
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
1920
- name: Check out repository code
2021
uses: actions/checkout@v4
2122
with:

0 commit comments

Comments
 (0)