Skip to content

Commit

Permalink
chore: Update build.yml to use arm-webos-linux-gnueabi as the host an…
Browse files Browse the repository at this point in the history
…d source environment-setup
  • Loading branch information
Pavel Turbin committed Aug 24, 2024
1 parent 7e429b0 commit d635469
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ jobs:
- name: Build v4l-utils
working-directory: ${{github.workspace}}/build
run: make
run: |
source ${TOOLCHAIN_DIR}/environment-setup
make
- name: Install v4l-utils
working-directory: ${{github.workspace}}/build
run: |
source ${TOOLCHAIN_DIR}/environment-setup
make install \
keytableuserdir=${{ env.KEYTABLE_USER_DIR }} \
keytablesystemdir=${{ env.KEYTABLE_SYSTEM_DIR }} \
Expand Down

0 comments on commit d635469

Please sign in to comment.