diff --git a/scripts/gh-build-crate.sh b/scripts/gh-build-crate.sh index f0fdd440..4c901f7a 100755 --- a/scripts/gh-build-crate.sh +++ b/scripts/gh-build-crate.sh @@ -31,6 +31,9 @@ alr index --name local --add ./index # Remove community index in case it has been added before alr index --del community || true +# Show environment for the record +env + # Test crate for file in $CHANGES; do