Update the workflow job name for amd64 and arm32
Closed this issue · 1 comments
VedantParanjape commented
name: This will build simppru using autotools on x86 machine
The name of the job should we changed, as autotools isn't being used. It can be something like name: This will build simppru on x86 machine
This change needs to be done in .github/workflows/amd64.yml
and .github/workflows/arm32.yml
VedantParanjape commented
Fixed in #14