Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-rzrpay committed Jan 29, 2025
1 parent 02c850a commit 1567b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 2.6
bundler-cache: true
- name: Install scraper dependencies
run: bundle install
working-directory: scraper
- name: Run scraper
run: |
bundle install
ruby -v
./bootstrap.sh
working-directory: scraper/scripts
- name: Save artifacts
Expand Down

0 comments on commit 1567b2c

Please sign in to comment.