Skip to content

Commit f247823

Browse files
committed
debugging CI fail
Signed-off-by: Csaba Kiraly <[email protected]>
1 parent 8e15d39 commit f247823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_nim.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# at your option. This file may not be copied, modified, or distributed except
77
# according to those terms.
88

9-
set -eo pipefail
9+
set -xeo pipefail
1010

1111
# NIM_COMMIT could be a (partial) commit hash, a tag, a branch name, etc. Empty by default.
1212
NIM_COMMIT_HASH="" # full hash for NIM_COMMIT, retrieved in "nim_needs_rebuilding()"

0 commit comments

Comments
 (0)