Skip to content

Commit

Permalink
Fix LoShark build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimuNotMoe committed Aug 27, 2023
1 parent d238a9e commit 49d0f54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
run: sudo apt install -y build-essential gcc-mipsel-linux-gnu u-boot-tools
timeout-minutes: 5

- name: Download binary files
run: |
cd /tmp
wget https://github.com/SudoMaker/LoShark/raw/master/software/initramfs-loshark-l1-v2.2.cpio
timeout-minutes: 5

- uses: actions/checkout@v3
with:
fetch-depth: 1
Expand Down

0 comments on commit 49d0f54

Please sign in to comment.