Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
ci: action: Clarify that coreboot can also be imported
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 29, 2021
1 parent 5a739ab commit 97a20dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-build-all-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: 'Step 5: Test disk image on QEMU'
run: timeout 10 ./ci/ci-test-image-on-qemu.sh || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
build-coreboot:
name: 'CI i386: Build coreboot'
name: 'CI i386: Build/Import coreboot'
runs-on: ubuntu-latest
steps:
- name: 'Step 1: Checkout Repo'
Expand Down

0 comments on commit 97a20dd

Please sign in to comment.