We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f96c58 commit 91711c8Copy full SHA for 91711c8
.github/workflows/ci.yml
@@ -38,4 +38,4 @@ jobs:
38
- name: Install and run demo 2.7.8
39
env:
40
SERPAPI_KEY: ${{ secrets.SERPAPI_KEY }}
41
- run: rake install && ruby demo/demo.rb
+ run: gem install ./serpapi-*.gem && ruby demo/demo.rb
0 commit comments