Skip to content

Commit 993dcd2

Browse files
committed
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent cdff430 commit 993dcd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/LinuxBuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: |
4242
set -x
4343
set -v
44+
mkdir -p /etc/apt/keyrings/
45+
mkdir -p /etc/apt/sources.list.d/
4446
cp .github/tools/githubcli-archive-keyring.gpg /etc/apt/keyrings/githubcli-archive-keyring.gpg
4547
cp .github/tools/github-cli.sources /etc/apt/sources.list.d/github-cli.sources
4648
apt update

0 commit comments

Comments
 (0)