Use cargo install rather than cargo build
The problem fixed in commit c1efdbd ("cargo install says tiny-keccak needs
the feature set") was detected by cargo install, not cargo build. So, try
to use cargo install during CI testing/building.
Signed-off-by: Sean Young <sean@mess.org>