Skip to content

Commit f9f2713

Browse files
fix: pin bash shell for setup tool script
Agent-Logs-Url: https://github.com/IntelliTect/EssentialCSharp.Web/sessions/d6590875-922c-45ea-9f77-48dbe7ac66c5 Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent 008fa6b commit f9f2713

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: docker/setup-buildx-action@v4
5050

5151
- name: Install additional development tools
52+
shell: bash
5253
run: |
5354
echo "Installing additional tools for Copilot agent environment..."
5455
if dotnet tool list --global | grep -q 'dotnet-ef'; then

0 commit comments

Comments
 (0)