Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qitas committed Sep 2, 2024
1 parent 05653c2 commit 607f2ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildroot-external-st.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
path: buildroot-external-st
- uses: actions/checkout@v4
with:
repository: bootlin/buildroot
repository: socxin/buildroot
ref: ${{ env.repo_version }}
path: buildroot
- uses: actions/setup-python@v5
Expand All @@ -34,8 +34,6 @@ jobs:
- name: Build SDK
run: make -C buildroot O=../output sdk

- name: Compress sdcard.img
run: gzip -9 output/images/sdcard.img
- run: tar -czvf ${{ matrix.config }}.tar.gz output/images/*
- name: Store images
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 607f2ef

Please sign in to comment.