From 7c097fa4d536832cd87093a467e11ecc880962d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 5 Jun 2024 03:38:50 +0000 Subject: [PATCH] SHELL --- .ci-scripts/setup-ponyc.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci-scripts/setup-ponyc.bash b/.ci-scripts/setup-ponyc.bash index 27a0efbe..cb9e709c 100755 --- a/.ci-scripts/setup-ponyc.bash +++ b/.ci-scripts/setup-ponyc.bash @@ -1,7 +1,9 @@ #!/bin/bash set -e -#set -u +set -u + +export SHELL=/bin/bash sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)" ponyup update ponyc release