File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- [registries .wafflehacks ]
2
- index =
" ssh://[email protected] /wafflehacks/crate-index.git"
3
-
4
- [registries .testing ]
1
+ [registries .REGISTRY ]
5
2
index =
" ssh://[email protected] /wafflehacks/crate-index.git"
Original file line number Diff line number Diff line change 16
16
name : Rust ${{ matrix.rust }} using ${{ matrix.registry }}
17
17
runs-on : ubuntu-latest
18
18
strategy :
19
+ fail-fast : false
19
20
matrix :
20
21
rust :
21
22
- stable
26
27
- testing
27
28
steps :
28
29
- uses : actions/checkout@v4
29
- - uses : ./
30
+
31
+ - name : Set registry name
32
+ run : sed -i "s/REGISTRY/${{ matrix.registry }}/g" .cargo/config.toml
33
+
34
+ - name : TheHackerApp/setup-rust@main
35
+ uses : ./
30
36
with :
37
+ registry : ${{ matrix.registry }}
31
38
ssh-private-key : ${{ secrets.SHIPYARD_SSH_KEY }}
32
39
token : ${{ secrets.SHIPYARD_TOKEN }}
33
40
toolchain : ${{ matrix.rust }}
You can’t perform that action at this time.
0 commit comments