Skip to content

Commit

Permalink
Restore to the original (copied rrom elsewhere) main.yml file..
Browse files Browse the repository at this point in the history
  • Loading branch information
RoUS committed Mar 4, 2024
1 parent 5539fc2 commit 16084e2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v2
#
# Versionary needs to be installed before Bundler because the
# gemspec references it. Right now I'm floundering about how to
# do this within the framework. I really should look it up..
#
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
run: |
gem install --no-user-install --install-dir vendor/bundle/ruby/3.0.0/gems versionomy
bundler-cache: true
- name: Run the default task
run: bundle exec rake

0 comments on commit 16084e2

Please sign in to comment.