From d89734bcc56fd05119f08b54ad9457435b2f7397 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 6 Sep 2023 19:04:49 +0200 Subject: [PATCH] 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 --- .github/workflows/musl.yml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2