Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit aff911f

Browse files
committed
Add step before install libsqlite
1 parent 846aa0c commit aff911f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Setup System
1717
run: |
18+
sudo apt-get update
1819
sudo apt-get install libsqlite3-dev
1920
- name: Set up Ruby 2.6
2021
uses: actions/setup-ruby@v1

0 commit comments

Comments
 (0)