We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614c746 commit 33cebd0Copy full SHA for 33cebd0
1 file changed
.github/workflows/build.yml
@@ -26,8 +26,8 @@ jobs:
26
fi
27
sed -i -e 's/VERSION.*/VERSION "'$VERSION'"/' version.h
28
echo "VERSION: $VERSION"
29
- make
30
- make strip
+ make dmidecode
+ make strip PROGRAMS=dmidecode
31
ls -l dmidecode
32
read SHA1 XXX <<<$(shasum dmidecode)
33
printf "%6s: %s\n" SHA1 $SHA1
0 commit comments