We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a4072 commit bf318eaCopy full SHA for bf318ea
.github/workflows/copilot-setup-steps.yml
@@ -75,6 +75,9 @@ jobs:
75
echo "Package list updated successfully"
76
echo "::endgroup::"
77
78
+ # Ensure gpg is available
79
+ sudo apt-get install -y gnupg
80
+
81
# Check if Microsoft repository is already added, if not add it
82
if ! grep -q "packages.microsoft.com" /etc/apt/sources.list /etc/apt/sources.list.d/* 2>/dev/null; then
83
echo "::group::Add Microsoft repository"
0 commit comments