chore(action): use single-line command syntax

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
This commit is contained in:
Kisaragi 2022-05-13 05:47:03 +09:00 committed by GitHub
parent 871674a7c3
commit 4605062500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,4 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: |
make modules -j$(nproc)
run: make modules -j$(nproc)