fix:ci.yaml (#21)

main
bokuweb 2019-12-19 16:43:14 +09:00 committed by GitHub
parent 3a81e88a98
commit 3e47ca0be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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