Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniormunk authored Jul 22, 2024
1 parent 23269f9 commit 96344b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
commands: |
apt-get update
apt show libcamera*
apt-get install -y libegl1-mesa-dev libcamera-dev=0.2.0+rpt20240418-1 cmake build-essential libdrm-dev libgbm-dev default-jdk openjdk-17-jdk
apt-get install -y libegl1-mesa-dev libcamera-dev=0.2.0+rpt20240418 cmake build-essential libdrm-dev libgbm-dev default-jdk openjdk-17-jdk
cmake -B cmake_build -DCMAKE_BUILD_TYPE=Release
cmake --build cmake_build -j 4
Expand Down

0 comments on commit 96344b3

Please sign in to comment.