Skip to content

Commit f9b7291

Browse files
committed
wip: fix typo
1 parent a532e11 commit f9b7291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-ffi-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
ruby-version: ${{ matrix.RUBY_VERSION }}
240240
- uses: actions/download-artifact@master
241241
with:
242-
name: "linux.gem"
242+
name: x86_64-apple-darwin
243243
path: "${{github.workspace}}/ruby"
244244
- run: "cd ${{ github.workspace }}/ruby && ls -l"
245245
- run: "cd ${{ github.workspace }}/ruby && gem install *.gem"

0 commit comments

Comments
 (0)