Skip to content

Commit

Permalink
Update build-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatmanral authored Dec 24, 2024
1 parent c0d1c0d commit 71f5855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

env:
BUILD_TYPE: Debug
ROOTFS: /path/to/sysroot # Define the ROOTFS environment variable

jobs:
build:
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
- name: Configure CMake for ARM32
working-directory: ${{github.workspace}}/build
run: |
export ROOTFS=/ # Ensure ROOTFS is exported for the build environment
cmake .. -DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/cmake/Toolchain-cross-armhf.cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Build
Expand Down

0 comments on commit 71f5855

Please sign in to comment.