Skip to content

Commit c91172f

Browse files
authored
update ci to fix workflows (#148)
update ci to fix workflows
1 parent 500621f commit c91172f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ jobs:
1616
- name: checkout
1717
uses: actions/checkout@v2
1818

19+
- name: Setup os dependencies
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install -y libsqlite3-dev
23+
1924
- name: Setup Ruby using Bundler
2025
uses: ruby/setup-ruby@v1
2126
with:
22-
ruby-version: "3.0.2"
27+
ruby-version: "3.3"
2328
bundler-cache: true
24-
bundler: "2.2.22"
2529

2630
- name: Install gems
2731
run: bundle install

0 commit comments

Comments
 (0)