From 3e47ca0be127bb50b6f1e0a237179667390dbbf7 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Thu, 19 Dec 2019 16:43:14 +0900 Subject: [PATCH] fix:ci.yaml (#21) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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