Use cache for libreoffice.

This commit is contained in:
SamTV12345 2024-02-22 18:14:06 +01:00
parent 03d561eada
commit 4bbf0cbce1
2 changed files with 12 additions and 12 deletions

View file

@ -47,10 +47,10 @@ jobs:
run: pnpm config set auto-install-peers false run: pnpm config set auto-install-peers false
- -
name: Install libreoffice name: Install libreoffice
run: | uses: awalsh128/cache-apt-pkgs-action@v1.4.1
sudo add-apt-repository -y ppa:libreoffice/ppa with:
sudo apt update pkgs: libreoffice libreoffice-pdfimport
sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport version: 1.0
- -
name: Install all dependencies and symlink for ep_etherpad-lite name: Install all dependencies and symlink for ep_etherpad-lite
run: bin/installDeps.sh run: bin/installDeps.sh
@ -98,10 +98,10 @@ jobs:
run: pnpm config set auto-install-peers false run: pnpm config set auto-install-peers false
- -
name: Install libreoffice name: Install libreoffice
run: | uses: awalsh128/cache-apt-pkgs-action@v1.4.1
sudo add-apt-repository -y ppa:libreoffice/ppa with:
sudo apt update pkgs: libreoffice libreoffice-pdfimport
sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport version: 1.0
- -
name: Install all dependencies and symlink for ep_etherpad-lite name: Install all dependencies and symlink for ep_etherpad-lite
run: bin/installDeps.sh run: bin/installDeps.sh

View file

@ -79,10 +79,10 @@ jobs:
run: pnpm config set auto-install-peers false run: pnpm config set auto-install-peers false
- -
name: Install libreoffice name: Install libreoffice
run: | uses: awalsh128/cache-apt-pkgs-action@v1.4.1
sudo add-apt-repository -y ppa:libreoffice/ppa with:
sudo apt update pkgs: libreoffice libreoffice-pdfimport
sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport version: 1.0
- name: Get pnpm store directory - name: Get pnpm store directory
shell: bash shell: bash
run: | run: |