Skip to content

Commit a4c978f

Browse files
authored
ci: remove unnecessary ubuntu packages installation (#374)
1 parent 6b25a10 commit a4c978f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
restore-keys: |
4343
ruby-${{ matrix.ruby }}-gems-
4444
45-
- name: Prepare environment
46-
run: |
47-
sudo apt-get -y install libsqlite3-dev libxslt1-dev
48-
4945
- name: Install
5046
run: |
5147
bundle install

0 commit comments

Comments
 (0)