Skip to content

Commit

Permalink
chore: Update build.yml to use arm-webos-linux-gnueabi as the host
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Aug 24, 2024
1 parent fcbcc22 commit 8b254c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 509 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash
run: |
../configure \
--host=aarch64-webos-linux-gnueabi \
--host=arm-webos-linux-gnueabi \
--prefix=${{ github.workspace }}/v4l-utils-install \
--with-sysroot=${{ env.TOOLCHAIN_DIR }}/aarch64-webos-linux-gnueabi/sysroot
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Loading

0 comments on commit 8b254c6

Please sign in to comment.