From 58388d3ef598524f3515f37f195d9f5f09f89644 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:21:16 +0100 Subject: [PATCH] Fixed cypress install. --- .github/workflows/backend-tests.yml | 4 ++-- .github/workflows/upgrade-from-latest-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index d7d870c11..dc4787d69 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -49,7 +49,7 @@ jobs: name: Install libreoffice uses: awalsh128/cache-apt-pkgs-action@v1.4.1 with: - pkgs: libreoffice libreoffice-pdfimport + packages: libreoffice libreoffice-pdfimport version: 1.0 - name: Install all dependencies and symlink for ep_etherpad-lite @@ -100,7 +100,7 @@ jobs: name: Install libreoffice uses: awalsh128/cache-apt-pkgs-action@v1.4.1 with: - pkgs: libreoffice libreoffice-pdfimport + packages: libreoffice libreoffice-pdfimport version: 1.0 - name: Install all dependencies and symlink for ep_etherpad-lite diff --git a/.github/workflows/upgrade-from-latest-release.yml b/.github/workflows/upgrade-from-latest-release.yml index 996898a82..b81476038 100644 --- a/.github/workflows/upgrade-from-latest-release.yml +++ b/.github/workflows/upgrade-from-latest-release.yml @@ -81,7 +81,7 @@ jobs: name: Install libreoffice uses: awalsh128/cache-apt-pkgs-action@v1.4.1 with: - pkgs: libreoffice libreoffice-pdfimport + packages: libreoffice libreoffice-pdfimport version: 1.0 - name: Get pnpm store directory shell: bash