make environment fails after installing the required packages on Debian (It will also fail on other Linux distributions as well). I get the following error message:
unzip -o sample-data.zip
unzip: cannot find or open sample-data.zip, sample-data.zip.zip or sample-data.zip.ZIP.
make: *** [Makefile:62: environment] Error 9
This is coming from the following line since it tries to unzip a non-existent file because sample-data.zip is saved as sample-data-container.zip by wget command in the previous lines:
Is there an existing issue for this?
Current Behavior
make environment
fails after installing the required packages on Debian (It will also fail on other Linux distributions as well). I get the following error message:This is coming from the following line since it tries to unzip a non-existent file because sample-data.zip is saved as sample-data-container.zip by wget command in the previous lines:
https://github.com/microsoft/electionguard-cpp/blob/9e8f3b235f5532aa688ef5ed2023f95a47c1c267/Makefile#L68
Expected Behavior
make environment
should succeed.Steps To Reproduce
make environment
Environment
Anything else?
No response