Skip to content

Commit bf318ea

Browse files
committed
Ensure gpg is available by installing gnupg in the setup steps
1 parent 76a4072 commit bf318ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
echo "Package list updated successfully"
7676
echo "::endgroup::"
7777
78+
# Ensure gpg is available
79+
sudo apt-get install -y gnupg
80+
7881
# Check if Microsoft repository is already added, if not add it
7982
if ! grep -q "packages.microsoft.com" /etc/apt/sources.list /etc/apt/sources.list.d/* 2>/dev/null; then
8083
echo "::group::Add Microsoft repository"

0 commit comments

Comments
 (0)