Skip to content

Commit 5cf396c

Browse files
Update .github/workflows/copilot-setup-steps.yml
1 parent c18fe77 commit 5cf396c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
- name: Validate development tools
7979
run: |
8080
echo "🔍 Validating installed tools..."
81-
echo "Azure CLI: $(az --version | head -1 || echo 'Not available')"
82-
echo "GitHub CLI: $(gh --version | head -1 || echo 'Not available')"
8381
echo "EF Core CLI: $(dotnet ef --version || echo 'Not available')"
8482
echo "Node.js: $(node --version || echo 'Not available')"
8583
echo "npm: $(npm --version || echo 'Not available')"

0 commit comments

Comments
 (0)