Skip to content

Commit 3e47ca0

Browse files
authored
fix:ci.yaml (#21)
1 parent 3a81e88 commit 3e47ca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
3232
- name: install deps
3333
run: |
34-
# sudo add-apt-repository ppa:libreoffice/ppa
35-
# sudo apt-get update
36-
# sudo apt-get install libreoffice
34+
sudo add-apt-repository ppa:libreoffice/ppa
35+
sudo apt-get update
36+
sudo apt-get install libreoffice
3737
npm i -g reg-cli
3838
cd vrt && yarn --frozen-lockfile && cd ../
3939
- name: test

0 commit comments

Comments
 (0)