Skip to content

Commit

Permalink
exclude target
Browse files Browse the repository at this point in the history
  • Loading branch information
lzghzr committed May 19, 2024
1 parent 59d6932 commit 7a06637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
mkdir target
for dir in $(ls -d */ | grep -v '^KernelPatch/$'); do
for dir in $(ls -d */ | grep -v '^KernelPatch/$\|^target/$'); do
make -C ${dir}
mv ${dir}*.kpm target
done
Expand Down

0 comments on commit 7a06637

Please sign in to comment.