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 cdff430 commit 993dcd2Copy full SHA for 993dcd2
.github/workflows/LinuxBuild.yml
@@ -41,6 +41,8 @@ jobs:
41
run: |
42
set -x
43
set -v
44
+ mkdir -p /etc/apt/keyrings/
45
+ mkdir -p /etc/apt/sources.list.d/
46
cp .github/tools/githubcli-archive-keyring.gpg /etc/apt/keyrings/githubcli-archive-keyring.gpg
47
cp .github/tools/github-cli.sources /etc/apt/sources.list.d/github-cli.sources
48
apt update
0 commit comments