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