Skip to content

Commit 8f95a12

Browse files
committed
Bugfix: Add gpg to pipeline
1 parent a17e0aa commit 8f95a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image: ghcr.io/typo3/core-testing-php${{ matrix.php }}:latest
1616
steps:
1717
- name: Install dependencies
18-
run: apk add --no-cache nodejs
18+
run: apk add --no-cache nodejs gpg
1919
- uses: actions/checkout@v4
2020
- uses: actions/cache@v4
2121
with:

0 commit comments

Comments
 (0)