Skip to content

Commit 39bed51

Browse files
committed
Correction
1 parent 4b974f0 commit 39bed51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/protobuf_nested_struct_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 1
28-
- run: test -e Gemfile.lock
28+
- run: test -e "{{ matrix.gemfile }}.lock"
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: "${{ matrix.ruby }}"

0 commit comments

Comments
 (0)