Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abosaad11 authored Dec 7, 2023
1 parent 8d30ebd commit 9d49b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

- name: install gcc-aarch64-linux-gnu
run: |
git clone https://github.com/theradcolor/aarch64-linux-gnu -b stable-gcc --depth=1
export CROSS_COMPILE=aarch64-linux-gnu/bin/aarch64-linux-gnu-
git clone https://github.com/theradcolor/aarch64-elf --depth=1
export CROSS_COMPILE=aarch64-elf/bin/aarch64-elf-
- name: Kernel Build
run: sudo bash build.sh none beyond1lte
Expand Down

0 comments on commit 9d49b48

Please sign in to comment.