Skip to content

Commit

Permalink
[no ci] Workflow: update uboot.yml (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda authored Oct 27, 2024
1 parent adf80ea commit e9329e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/uboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabi gcc-mipsel-linux-gnu u-boot-tools lzop
sudo apt-get install gcc-arm-linux-gnueabi gcc-mipsel-linux-gnu u-boot-tools lzop gnutls-dev lzma-alone
- name: Allwinner
run: |
Expand All @@ -35,6 +35,5 @@ jobs:
with:
tag_name: latest
files: |
u-boot-ingenic/output/*-nor.bin
u-boot-sigmastar/output/*-nor.bin
u-boot-sigmastar/output/*-nand.bin
u-boot-*/output/*-nor.bin
u-boot-*/output/*-nand.bin

0 comments on commit e9329e6

Please sign in to comment.