build: Fail when step fails

This commit is contained in:
2023-08-30 20:58:47 +02:00
parent d42793ee38
commit 5253bc224e

View File

@@ -2,6 +2,7 @@
set -o nounset
set -o pipefail
set -o errexit
rustup target add x86_64-unknown-linux-musl