diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebfea48..f95ce79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,9 @@ jobs: key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - name: install deps run: | - # sudo add-apt-repository ppa:libreoffice/ppa - # sudo apt-get update - # sudo apt-get install libreoffice + sudo add-apt-repository ppa:libreoffice/ppa + sudo apt-get update + sudo apt-get install libreoffice npm i -g reg-cli cd vrt && yarn --frozen-lockfile && cd ../ - name: test