From e81ce40e61a3e15c9ff25bbda974bbe9ce81f834 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 23 Dec 2025 22:56:37 -0700 Subject: [PATCH] TEST --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 74772b6..940ba68 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -euo pipefail +set -xeuo pipefail # Inputs expected from the workflow: # GITHUB_REPOSITORY - owner/repo of the current action repo (provided by Actions)