Skip to content

Commit 5e802cb

Browse files
committed
Add shell: bash to build actions
1 parent fa1f25a commit 5e802cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/build-base-img/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ runs:
4444
else
4545
echo "cache-to=" >> $GITHUB_OUTPUT
4646
fi
47+
shell: bash
4748

4849
- name: Build Base (versioned)
4950
uses: docker/build-push-action@v5

.github/actions/build-devcontainer-img/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ runs:
5151
else
5252
echo "cache-to=" >> $GITHUB_OUTPUT
5353
fi
54+
shell: bash
5455

5556
- name: Build Devcontainer (versioned)
5657
if: ${{ inputs.idris-lsp-version != 'latest' }}

0 commit comments

Comments
 (0)