CI: musl: drop shopt in workflow invocation

"shopt" is bash specific, while musl uses bourne shell.

/__w/_temp/1b0f5f5d-c71b-4a66-8be3-e1fe51c10993.sh: line 7: shopt: not found
This commit is contained in:
Ilya Shipitsin 2023-09-06 19:04:49 +02:00 committed by Willy Tarreau
parent 8382d71808
commit d89734bcc5

View File

@ -60,4 +60,3 @@ jobs:
cat $folder/LOG
echo "::endgroup::"
done
shopt -s nullglob