Skip to content

Commit c18fe77

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ jobs:
7272
# Install common development tools that Copilot agents might need
7373
echo "Installing additional tools for Copilot agent environment..."
7474
75-
# Install Azure CLI for cloud operations
76-
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
77-
78-
# Install GitHub CLI for repository operations
79-
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
80-
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
81-
sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
82-
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
83-
sudo apt update && sudo apt install gh -y
84-
8575
# Install EF Core tools globally
8676
dotnet tool install --global dotnet-ef
8777

0 commit comments

Comments
 (0)