Skip to content

Commit 1943b5d

Browse files
author
BlackstoneEngineering
committed
more debugging
1 parent d66d63c commit 1943b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'yarn'
26-
- uses: ruby/setup-ruby@v1
27-
name: Install Ruby ${{ ruby-version }}
26+
- name: Install Ruby ${{ ruby-version }}
27+
uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: '2.7' # Not needed with a .ruby-version, .tool-versions or mise.toml
3030
bundler: '1.17.2'

0 commit comments

Comments
 (0)