CI: musl: drop shopt in workflow invocation
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 6 Sep 2023 17:04:49 +0000 (19:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Sep 2023 17:05:04 +0000 (19:05 +0200)
"shopt" is bash specific, while musl uses bourne shell.

/__w/_temp/1b0f5f5d-c71b-4a66-8be3-e1fe51c10993.sh: line 7: shopt: not found

.github/workflows/musl.yml

index af35898..930a22e 100644 (file)
@@ -60,4 +60,3 @@ jobs:
             cat $folder/LOG
             echo "::endgroup::"
           done
-          shopt -s nullglob