Skip to content

Commit

Permalink
chore: Update build.yml to use aarch64-webos-linux-gnueabi as the hos…
Browse files Browse the repository at this point in the history
…t and use source ./environment-setup
  • Loading branch information
Pavel Turbin committed Aug 24, 2024
1 parent f7dca43 commit b79d537
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: |
./relocate-sdk.sh
- name: Source environment setup
working-directory: ${{ env.TOOLCHAIN_DIR }}
run: |
source ./environment-setup
- name: CMake Version
run: cmake --version

Expand All @@ -53,7 +58,7 @@ jobs:
../configure \
--host=aarch64-webos-linux-gnueabi \
--prefix=${{ github.workspace }}/v4l-utils-install \
--with-sysroot=${{ env.TOOLCHAIN_DIR }}/arm-webos-linux-gnueabi/sysroot
--with-sysroot=${{ env.TOOLCHAIN_DIR }}/aarch64-webos-linux-gnueabi/sysroot
- name: Build v4l-utils
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit b79d537

Please sign in to comment.