Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 18, 2024
1 parent 2cfb1ad commit d6ce514
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ runs:
steps:
- name: Install Dependencies
shell: bash
run: sudo apt update; sudo apt install --yes aria2 coreutils jq p7zip-full qemu-user-static zip
run: |
echo "::group::Install dependencies"
sudo apt update
sudo apt install --yes aria2 coreutils jq p7zip-full qemu-user-static zip
echo "::endgroup::"
- name: Checkout CustomPiOS
uses: actions/checkout@v4
Expand All @@ -39,7 +43,7 @@ runs:
id: config
shell: bash
run: |
echo "::set-group::Get Matrix"
echo "::group::Get Matrix"
IFS='/' read -r -a array <<< "${{ inputs.config }}"
TYPE="${array[0]}"
SBC="${array[1]}"
Expand Down

0 comments on commit d6ce514

Please sign in to comment.