Skip to content

Commit 6075b2a

Browse files
committed
Add missing shell
1 parent 128bf9f commit 6075b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
detectedExtensions: "${{ join(fromJson(steps.supported-versions-detect.outputs.version), ',') }}"
5353

5454
id: "supported-versions-matrix"
55+
shell: "bash"
5556
run: |
5657
echo "version=[[ $inputVersions != "auto-detect" ]] $detected-versions || $inputVersions " >> $GITHUB_ENV
5758
echo "extensions=[[ $inputVersions != "auto-detect" ]] $detectedExtensions || $inputExtensions " >> $GITHUB_ENV

0 commit comments

Comments
 (0)