Skip to content

Commit c247125

Browse files
committed
fix: Install sign packages with sudo
Signed-off-by: Ronny Trommer <ronny@no42.org>
1 parent f2b7d50 commit c247125

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ parameters:
99
debian-version:
1010
type: string
1111
default: bookworm
12-
maven-version:
12+
maven-versi1on:
1313
type: string
14-
default: 3.8.9
14+
default: 3.8.91
1515
# use the oldest version
1616
xcode-version:
1717
type: string
@@ -434,7 +434,8 @@ jobs:
434434
- fetch-artifacts:
435435
path: ~/artifacts/deb
436436
location: amd64-deb
437-
- sign-packages/install-deb-dependencies
437+
- sign-packages/install-deb-dependencies:
438+
use_sudo: true
438439
- sign-packages/setup-env:
439440
gnupg_home: ~/tmp/gpg
440441
- sign-packages/sign-debs:

0 commit comments

Comments
 (0)