Skip to content

Commit

Permalink
Don't bother with setup-ruby
Browse files Browse the repository at this point in the history
Bug was not in ruby code
  • Loading branch information
simpsonjulian committed Jan 7, 2025
1 parent f272c5d commit 4fd9a93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.5'
bundler-cache: true

- uses: actions/upload-artifact@v4
with:
name: report-${{ matrix.os }}
Expand Down

0 comments on commit 4fd9a93

Please sign in to comment.