Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored Oct 7, 2024
1 parent a7949a9 commit c021eb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Build Kernel at ${{ github.sha }}
shell: bash
run: |
echo "artifacts_path=$(realpath ..)" >> $GITHUB_ENV
export $(dpkg-architecture -aarm64)
export CROSS_COMPILE=aarch64-linux-gnu-
export CC=aarch64-linux-gnu-gcc
Expand All @@ -36,5 +37,5 @@ jobs:
uses: actions/[email protected]
with:
name: linux-rockchip
path: ../linux-*.deb
path: ${{ env.artifacts_path }}/*.deb
if-no-files-found: error

0 comments on commit c021eb9

Please sign in to comment.