From: Ilya Shipitsin Date: Wed, 6 Sep 2023 17:04:49 +0000 (+0200) Subject: CI: musl: drop shopt in workflow invocation X-Git-Tag: v2.9-dev5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89734bcc56fd05119f08b54ad9457435b2f7397;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/musl.yml b/.github/workflows/musl.yml index af358981f7..930a22e018 100644 --- a/.github/workflows/musl.yml +++ b/.github/workflows/musl.yml @@ -60,4 +60,3 @@ jobs: cat $folder/LOG echo "::endgroup::" done - shopt -s nullglob