Skip to content

Commit d4408a0

Browse files
author
BlackstoneEngineering
committed
debuggin
1 parent 1f54990 commit d4408a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'yarn'
2626
- uses: ruby/setup-ruby@v1
27-
name: Install Antora Dependencies
27+
name: Install Ruby ${{ ruby-version }}
2828
with:
2929
ruby-version: '2.7' # Not needed with a .ruby-version, .tool-versions or mise.toml
30+
bundler: '1.17.2'
3031
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
31-
- run: |
32+
- name: Install Antora Dependencies
33+
run: |
3234
cd antora
3335
gem install bundler
3436
bundle install

0 commit comments

Comments
 (0)