fix(action): avoid backtick interpolation

This commit is contained in:
Kisaragi 2022-05-12 14:33:11 +09:00 committed by GitHub
parent 7bab9b87e4
commit ec11aac493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ jobs:
- name: Build
run: |
make modules -j`nproc`
make modules -j$(nproc)