Skip to content

Commit 50ab1f2

Browse files
SauceTasterclaude
andcommitted
ci: install meson via pipx for the vcamera lane (apt's is < 1.4.0)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7b68312 commit 50ab1f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jobs:
106106
- name: Install build deps
107107
run: |
108108
sudo apt-get update
109-
sudo apt-get install -y meson ninja-build libltdl-dev pkg-config gettext clang libclang-dev
109+
sudo apt-get install -y ninja-build libltdl-dev pkg-config gettext clang libclang-dev
110+
# apt's meson is too old for libgphoto2 (needs >= 1.4.0); use pipx.
111+
pipx install meson
110112
- uses: dtolnay/rust-toolchain@stable
111113
- uses: Swatinem/rust-cache@v2
112114
- name: Build vusb libgphoto2 + run vcamera tests

0 commit comments

Comments
 (0)