We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17e0aa commit 8f95a12Copy full SHA for 8f95a12
1 file changed
.github/workflows/tasks.yml
@@ -15,7 +15,7 @@ jobs:
15
image: ghcr.io/typo3/core-testing-php${{ matrix.php }}:latest
16
steps:
17
- name: Install dependencies
18
- run: apk add --no-cache nodejs
+ run: apk add --no-cache nodejs gpg
19
- uses: actions/checkout@v4
20
- uses: actions/cache@v4
21
with:
0 commit comments