We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a81e88 commit 3e47ca0Copy full SHA for 3e47ca0
.github/workflows/ci.yml
@@ -31,9 +31,9 @@ jobs:
31
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
32
- name: install deps
33
run: |
34
- # sudo add-apt-repository ppa:libreoffice/ppa
35
- # sudo apt-get update
36
- # sudo apt-get install libreoffice
+ sudo add-apt-repository ppa:libreoffice/ppa
+ sudo apt-get update
+ sudo apt-get install libreoffice
37
npm i -g reg-cli
38
cd vrt && yarn --frozen-lockfile && cd ../
39
- name: test
0 commit comments