mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
Fixed cypress install.
This commit is contained in:
parent
743ba71adc
commit
58388d3ef5
2 changed files with 3 additions and 3 deletions
4
.github/workflows/backend-tests.yml
vendored
4
.github/workflows/backend-tests.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue