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 ffdd477 commit a0cbdb6Copy full SHA for a0cbdb6
.github/workflows/phpunit-32bits.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up dependencies
42
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
43
with:
44
- args: /bin/sh -c 'echo $GITHUB_WORKSPACEl && ls -ahlp /github/workspace"
+ args: /bin/sh -c 'echo $GITHUB_WORKSPACEl && ls -ahlp /github/workspace'
45
# args: /bin/sh -c "composer install --no-interaction"
46
47
- name: Set up Nextcloud
0 commit comments