debug: use debug branch from server

lets see if the segfault happens in the
generateAvatarFromSvg function.

Signed-off-by: Max <max@nextcloud.com>
This commit is contained in:
Max 2022-12-28 17:53:31 +01:00
Родитель a38aa6e2b8
Коммит af9d30195e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0F5BFA367A00BACE
1 изменённых файлов: 1 добавлений и 1 удалений
.github/workflows

2
.github/workflows/cypress.yml поставляемый
Просмотреть файл

@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
ref: debug/segfault-on-ci
- name: Checkout submodules
shell: bash