Skip to content

Commit 33cebd0

Browse files
committed
Limit build to dmidecode
1 parent 614c746 commit 33cebd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
fi
2727
sed -i -e 's/VERSION.*/VERSION "'$VERSION'"/' version.h
2828
echo "VERSION: $VERSION"
29-
make
30-
make strip
29+
make dmidecode
30+
make strip PROGRAMS=dmidecode
3131
ls -l dmidecode
3232
read SHA1 XXX <<<$(shasum dmidecode)
3333
printf "%6s: %s\n" SHA1 $SHA1

0 commit comments

Comments
 (0)