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 7c0507f commit 8c9718fCopy full SHA for 8c9718f
.github/workflows/stable.yml
@@ -17,9 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
20
- - name: Get sqlite for Rails test projects
21
- run: sudo apt-get install libsqlite3-dev
22
-
23
- name: Setup ruby
24
uses: ruby/setup-ruby@v1
25
with:
.github/workflows/unstable.yml
@@ -28,9 +28,6 @@ jobs:
28
run: sudo apt-get -y install openjdk-8-jre-headless
29
if: matrix.ruby == 'jruby-head'
30
31
32
33
34
- name: Install dependencies
35
run: |
36
source $HOME/.rvm/scripts/rvm
0 commit comments