fix:ci.yaml (#21)
parent
3a81e88a98
commit
3e47ca0be1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue