We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752ea06 commit 8c8367bCopy full SHA for 8c8367b
.github/workflows/build.yml
@@ -221,6 +221,7 @@ jobs:
221
args: ${{ steps.generate-args.outputs.args }}
222
arch: ${{ steps.generate-args.outputs.ARCH }}
223
run: |
224
+ git clone https://github.com/dakkshesh07/Kprofiles.git drivers/misc/kprofiles
225
echo "PATH Variable: $PATH"
226
make ${{ env.args }} ${{ env.DEFCONFIG_NAME }}
227
0 commit comments