Fixed cypress install.

This commit is contained in:
SamTV12345 2024-02-22 18:21:16 +01:00
parent 743ba71adc
commit 58388d3ef5
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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