mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2025-03-15 03:29:23 +01:00
fix(action): avoid backtick interpolation
This commit is contained in:
parent
7bab9b87e4
commit
ec11aac493
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -17,4 +17,4 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make modules -j`nproc`
|
||||
make modules -j$(nproc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user