File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
- repository : vuejs/core
38
38
scip_binary : scip-typescript
39
39
scip_args : " index"
40
- # scip-ruby does not have a Docker container image that we can use
41
- # out of the box. The existing one is for autoindexing purposes only.
42
- # - repository: Homebrew/brew
43
- # scip_binary: scip-ruby
44
- # scip_args: ""
40
+ - repository : Homebrew/brew
41
+ scip_binary : scip-ruby
42
+ # We pass gem-metadata as an easy alternative to directly
43
+ # linking to brew/Library/Homebrew/Gemfile.lock.
44
+ scip_args : " --gem-metadata homebrew@latest . "
45
45
- repository : serde-rs/serde
46
46
scip_binary : scip-rust
47
47
scip_args : " "
86
86
${{ runner.os }}-maven-${{ matrix.target.repository }}-
87
87
${{ runner.os }}-maven-
88
88
89
+ - name : Install curl
90
+ if : ${{ matrix.target.scip_binary == 'scip-ruby' }}
91
+ run : |
92
+ apk add --no-cache curl
93
+
89
94
- name : Setup Rust toolchain
90
95
if : ${{ matrix.target.scip_binary == 'scip-rust' }}
91
96
uses : actions-rust-lang/setup-rust-toolchain@v1
You can’t perform that action at this time.
0 commit comments