Skip to content

Commit 4ee7ba3

Browse files
committed
chore: set -x to aid debugging
1 parent bf409f2 commit 4ee7ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/diff_from_libevm-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -u;
3+
set -ux;
44

55
git checkout "${1}";
66
git diff --diff-filter=a --word-diff --unified=0 libevm-base.."${1}" \

0 commit comments

Comments
 (0)