Skip to content

Commit

Permalink
actions: Move libcamera_lkg dir
Browse files Browse the repository at this point in the history
This will be used by other repo tests, so move it to /home/pi/libcamera_lkg.

Signed-off-by: Naushir Patuck <[email protected]>
  • Loading branch information
naushir committed Nov 15, 2023
1 parent 0ca9f41 commit dd744cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rpicam-apps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
GCC_COMPILER: "CC=/usr/bin/gcc CXX=/usr/bin/g++"
CLANG_COMPILER: "CC=/usr/bin/clang-13 CXX=/usr/bin/clang++-13"
LIBCAMERA_LKG_DIR: "${{github.workspace}}/../libcamera_lkg"
LIBCAMERA_LKG_DIR: "/home/pi/libcamera_lkg"

jobs:
build-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpicam-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
LIBCAMERA_SRC_DIR: "${{github.workspace}}/../libcamera"
PICAMERA2_SRC_DIR: "${{github.workspace}}/../picamera2"
LIBCAMERA_INSTALL_DIR: "${{github.workspace}}/../libcamera/install"
LIBCAMERA_LKG_DIR: "${{github.workspace}}/../libcamera_lkg"
LIBCAMERA_LKG_DIR: "/home/pi/libcamera_lkg"
LIBCAMERA_LD_LIBRARY_DIR: "${{github.workspace}}/../libcamera/install/lib/aarch64-linux-gnu"

jobs:
Expand Down

0 comments on commit dd744cb

Please sign in to comment.