Skip to content

Commit

Permalink
Update the version of libcamera to allow ci to pass with the current …
Browse files Browse the repository at this point in the history
…ubuntu latest
  • Loading branch information
fishrockz committed Dec 20, 2024
1 parent 2e8303a commit f98fd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
sudo pip3 install meson
sudo apt-get -y install libyaml-dev python3-yaml python3-ply python3-jinja2 ninja-build clang
git clone https://git.libcamera.org/libcamera/libcamera.git deps/libcamera --branch v0.1.0
git clone https://git.libcamera.org/libcamera/libcamera.git deps/libcamera --branch v0.3.2
cd deps/libcamera
# Use only VIMC for faster builds
meson build -Dipas=vimc -Dpipelines=vimc
Expand Down

0 comments on commit f98fd39

Please sign in to comment.