Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Mar 26, 2024
1 parent 7508c69 commit d19e2bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
# - name: Set up Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: '3.2'
- name: Bootstrap ruby
run: sudo apt-get update -y; sudo apt-get install --no-install-recommends ruby -y
- name: Install dependencies
run: bundle install
- name: Output CHANGELOG
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
# - name: Set up Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: '3.2'
- name: Bootstrap ruby
run: sudo apt-get update -y; sudo apt-get install --no-install-recommends ruby -y
- name: Install dependencies
run: bundle install
- name: Output CHANGELOG
Expand Down

0 comments on commit d19e2bc

Please sign in to comment.