Skip to content

Commit

Permalink
feat(ci): add hostinfo target and build plan
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed May 26, 2023
1 parent 638897f commit c0ddb24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Create build folder
run: mkdir -p build
- name: Build plan
run: make -j hostinfo kernel -n
- name: Build
run: make -j kernel
run: make -j hostinfo kernel

0 comments on commit c0ddb24

Please sign in to comment.