Skip to content

Commit a5d2b5d

Browse files
committed
fix: use sh instead of ash
1 parent 5037f89 commit a5d2b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ runs:
181181
if [ -f /etc/os-release ]; then
182182
. /etc/os-release
183183
if [ "$ID" = "alpine" ]; then
184-
echo "CC_SHELL=ash" >> "$GITHUB_ENV"
184+
echo "CC_SHELL=sh" >> "$GITHUB_ENV"
185185
else
186186
echo "CC_SHELL=bash" >> "$GITHUB_ENV"
187187
fi

0 commit comments

Comments
 (0)