Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 6, 2023
1 parent 2ccd5ce commit 6f8c268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_armv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

env:
BUILD_REPOSITORY: ${{ secrets.BUILD_REPOSITORY }}
CROSS_ARCH: aarch64-linux-gnu
CROSS_ARCH: arm-linux-gnueabihf
CROSS_PATH: /opt/cross
CROSS_PATH_ARCH: /opt/cross/armv6
Expand Down Expand Up @@ -58,5 +57,5 @@ jobs:
export PATH=$CROSS_PATH_ARCH/bin:$PATH &&
export LDFLAGS="-Wl,-rpath-link,$CROSS_PATH_ARCH/$CROSS_ARCH/sys-root/lib" &&
debug=${{ inputs.debug && 'DEBUG=1' || '' }} &&
make -j $(nproc) BOARD=${{ inputs.board }} $debug CROSS_COMPILE=$CROSS_ARCH-
make -j $(nproc) BOARD=${{ inputs.board }} $debug
2 changes: 1 addition & 1 deletion .github/workflows/build_armv8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
export PATH=$CROSS_PATH_ARCH/bin:$PATH &&
export LDFLAGS="-Wl,-rpath-link,$CROSS_PATH_ARCH/$CROSS_ARCH/sys-root/lib" &&
debug=${{ inputs.debug && 'DEBUG=1' || '' }} &&
make -j $(nproc) BOARD=${{ inputs.board }} $debug CROSS_COMPILE=$CROSS_ARCH-
make -j $(nproc) BOARD=${{ inputs.board }} $debug

0 comments on commit 6f8c268

Please sign in to comment.