Skip to content

Commit 534e91c

Browse files
fix: fail lean-action if any command in install_elan.sh fails
fixes #140
1 parent 256a31c commit 534e91c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/install_elan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
# Group logging using the ::group:: workflow command
45
echo "::group::Elan Installation Output"

0 commit comments

Comments
 (0)